Commit History

Author SHA1 Message Date
  Claude Paroz 4e8d9524c6 Fixed #6234 -- Removed obsolete note about json and ensure_ascii 12 years ago
  Preston Holmes e7723683dc Fixed #9279 -- Added ignorenonexistent option to loaddata 12 years ago
  Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding. 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Claude Paroz 865cd35c9b Made more extensive usage of context managers with open. 12 years ago
  Alex Ogier 227cec686e Fixed #18214 -- Clarified the docs about serializable objects. 12 years ago
  Aymeric Augustin cec6bd5a59 Fixed #18023 -- Removed bundled simplejson. 13 years ago
  Jannis Leidel 954e3b4ad3 Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. 13 years ago
  Adrian Holovaty 00227b6529 Edited serialization.txt changes from [17355] 13 years ago
  Aymeric Augustin d101ed2cb8 Fixed #16364 -- Clarified why automatically created data shouldn't be saved in fixtures. Thanks Gabriel for the review. 13 years ago
  Ramiro Morales 576e681302 Fixed #17063 -- Fixed visibility of a few version-dependant notes in our documentation. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Jannis Leidel 2eadc418af Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. 13 years ago
  Alex Gaynor 930371e91b Fixed #15889 -- when trying to access to access a serializer that doesn't exist, raise a new SerializerDoesNotExist exception. Thanks to Mathieu Agopian for the patch. 14 years ago
  Russell Keith-Magee e299ac0cae Reverting r14994 (at request of SmileyChris) because of some backwards compatibility issues that need to be resolved. 14 years ago
  Chris Beaven b60d5df072 Fixes #13252 -- Use the natural key instead of the primary key when serializing 14 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  Russell Keith-Magee 810ed2b22b Fixed #14118 -- Removed a reference to the "Python" serializer. 14 years ago
  Russell Keith-Magee 92a15532ba Fixed #13661 -- Corrected example in the serialization docs. Thanks to jabapyth for the report. 14 years ago
  Luke Plant 9d0b9ad85e Doc updates missed in [13423] 14 years ago
  Russell Keith-Magee 5a2324afb2 Fixed #13418 -- Added notes on uniqueness requirements for natural keys. Thanks to hunajakippo for the suggestion, and Ramiro Morales for the draft text. 15 years ago
  Jacob Kaplan-Moss 3d84904794 Fixed #12840: mark natural key serialization in the docs as new in 1.2. Thanks, ramiro. 15 years ago
  Russell Keith-Magee ebb8ca1cd7 Corrected an example in the natural key serialization docs. Thanks to Alex Gaynor for the report. 15 years ago
  Russell Keith-Magee 35cc439228 Fixed #7052 -- Added support for natural keys in serialization. 15 years ago
  Russell Keith-Magee e85bc81651 Fixed #10954 -- Corrected error in docs example describing extending the JSON serializer. Thanks to Glenn for the report. 16 years ago
  Jacob Kaplan-Moss c6c25adf6d Fixed a whole bunch of small docs typos, errors, and ommissions. 16 years ago
  Adrian Holovaty 68d15e94d2 Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes. Thanks for bringing this up, thedaniel 16 years ago
  Malcolm Tredinnick a9c2f033cd Upgraded included simplejson to 2.0.7. 16 years ago
  Karen Tracey 2efa5f80d6 Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy. 16 years ago
  Jacob Kaplan-Moss 5697f87914 Fixed #8701, a couple of bad links in the docs. 16 years ago