Historique des commits

Auteur SHA1 Message Date
  Adam Johnson 45a42aabfa Fixed #29708 -- Deprecated PickleSerializer. il y a 5 ans
  Daniyal Abbasi dca4c2ff76 Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and added tests. il y a 3 ans
  Claude Paroz adf58311b8 Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields. il y a 4 ans
  Simon Charette 94f63b926f Refs #31395 -- Relied on setUpTestData() test data isolation in various tests. il y a 6 ans
  Hasan Ramezani 68fc21b378 Fixed #29249 -- Made JSON and YAML serializers use Unicode by default. il y a 4 ans
  Hasan Ramezani fc4f45ebdc Used assertRaisesMessage() in various tests. il y a 5 ans
  Min ho Kim 65e86948b8 Corrected several typos in string literals and test names. il y a 5 ans
  Nadège Michel fb54aca540 Added test for serializing child model without inherited fields. il y a 5 ans
  Nadège Michel 895b15771e Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model. il y a 5 ans
  Simon Charette e50add6ca1 Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model. il y a 7 ans
  Claude Paroz 774f5548bd Fixed #28610 -- Skipped test when serializer is not available il y a 7 ans
  Sergey Fedoseev 5b1c389603 Refs #23919 -- Replaced usage of django.utils.functional.curry() with functools.partial()/partialmethod(). il y a 7 ans
  Tim Graham 500532c95d Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode(). il y a 8 ans
  Tim Graham 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. il y a 8 ans
  Simon Charette cecc079168 Refs #23919 -- Stopped inheriting from object to define new style classes. il y a 8 ans
  Claude Paroz 2b281cc35e Refs #23919 -- Removed most of remaining six usage il y a 8 ans
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports il y a 8 ans
  Joachim Jablon 721f0ca85c Simplified a test after refs #26207. il y a 8 ans
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. il y a 8 ans
  Jon Dufresne 4f336f6652 Fixed #26747 -- Used more specific assertions in the Django test suite. il y a 8 ans
  Berker Peksag 724dd2043e Fixed #26717 -- Added Serializer.stream_class to customize the stream. il y a 8 ans
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. il y a 9 ans
  Tim Graham 2cd2d18851 Fixed W503 flake8 warnings. il y a 9 ans
  Tim Graham 9c5e272860 Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set. il y a 9 ans
  Claude Paroz ddd6a530e3 Moved more serializers_regress to serializers tests il y a 9 ans
  Claude Paroz d59d3caf32 Separated natural key serialization tests il y a 9 ans
  Claude Paroz 6dc7af3e01 Separated JSON serialization tests il y a 9 ans
  Claude Paroz d3cfdfb508 Separated XML serialization tests il y a 9 ans
  Claude Paroz febd5aeec6 Separated YAML serialization tests il y a 9 ans
  Dražen Odobašić b1e33ceced Fixed #23395 -- Limited line lengths to 119 characters. il y a 9 ans