Commit History

Author SHA1 Message Date
  Sergey Fedoseev 8ef8bc0f64 Refs #28909 -- Simplifed code using unpacking generalizations. 6 years ago
  Tim Graham b4fa94aed8 Removed code terms from docs/spelling_wordlist. 6 years ago
  Peter Inglesby 312eb5cb11 Fixed #26291 -- Allowed loaddata to handle forward references in natural_key fixtures. 6 years ago
  Mariusz Felisiak 7c81b28ebc Updated various links in docs to use HTTPS. 7 years ago
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. 7 years ago
  Claude Paroz 301de774c2 Refs #27795 -- Replaced many force_text() with str() 8 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Will Hardy 8ef78b8165 Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. 8 years ago
  Berker Peksag c1b6f554e4 Fixed #15091 -- Allowed passing custom encoder to JSON serializer. 8 years ago
  Tommy Beadle 729b9452b1 Fixed #26704 -- Documented DjangoJSONEncoder. 8 years ago
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 years ago
  Tim Graham f5ff5010cd Fixed #26483 -- Updated docs.python.org links to use Intersphinx. 9 years ago
  Claude Paroz c5fda55edc Fixed #26256 -- Added note about primary key serialization 9 years ago
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 years ago
  Elif T. Kus bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
  Tim Graham e519aab43a Fixed #23868 -- Added support for non-unique django-admin-options in docs. 9 years ago
  Claude Paroz b7ade64529 Fixed #25468 -- Made DjangoJSONEncoder lazy string aware 9 years ago
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 years ago
  Claude Paroz 9368f51e12 Fixed #20197 -- Made XML serializer fail loudly when outputting unserializable chars 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Tim Graham c3336e7e4f Removed dumpdata --natural option and serializers use_natural_keys parameter. 10 years ago
  Claude Paroz 0a4b04fc23 Used https for most *.python.org links 10 years ago
  Claude Paroz 35dac5070b Added a new GeoJSON serialization format for GeoDjango 10 years ago
  Berker Peksag 5c517ec218 Fixed versionchanged indentation in docs/. 10 years ago
  Berker Peksag e55fc60f81 Removed unused import from the JSON serialization example. 10 years ago
  Ola Sitarska 6947885926 Fixed #23283 -- Added default=False to BooleanField's in the docs. 10 years ago
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 years ago
  Lukasz Balcerzak 0242134d32 Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded responses. 11 years ago
  Tai Lee e527c0b6d8 Fixed #13252 -- Added ability to serialize with natural primary keys. 12 years ago