Commit History

Author SHA1 Message Date
  Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes 12 years ago
  Andrei Antoukh 99321e30ce Fixed #18306 -- Made deferred models issue update_fields on save 12 years ago
  Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding. 12 years ago
  Tim Graham 7313468f85 Fixed #17436 - Added warning about overriding Model.__init__() 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Jacob Kaplan-Moss 7edf231d46 Replaced documentation snippets using "gender" with less sensitive examples. 12 years ago
  Andrei Antoukh 365853da01 Fixed #4102 -- Allow update of specific fields in model.save() 12 years ago
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 12 years ago
  Claude Paroz 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 12 years ago
  Aymeric Augustin e1a31aadb0 Fixed an inappropriate repetition. Thanks DanGer for the report. 12 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Ramiro Morales 26b8122087 Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 13 years ago
  James Bennett f6d11f9b05 Fixed #16109: Corrected an inconsistency in URLconf examples for matching a numeric month. 13 years ago
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 years ago
  Malcolm Tredinnick 77189afb7f Slightly rewrite @permalink and get_absolute_url() documentation. 13 years ago
  Malcolm Tredinnick a0eb58e90b Documentation edits for model instance docs. 13 years ago
  Timo Graham caefdc8246 Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom. 13 years ago
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 years ago
  Gabriel Hurley 7f2b36050e Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch. 14 years ago
  Gabriel Hurley e9d6662f5e Fixed #14493 -- Corrected use of the wrong attribute in the model validation example pseudo-code. Thanks to wogan for the report and patch. 14 years ago
  Russell Keith-Magee a904e55859 Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 14 years ago
  Malcolm Tredinnick 9802a73e25 Better error message for calling get_next_by_* on unsaved models. 14 years ago
  Luke Plant 58c8d92334 Fixed #14189 - permalink docs import mistake 14 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago
  Karen Tracey 2fce843832 Fixed import example code for NON_FIELD_ERRORS. 14 years ago
  Karen Tracey fc33b8e953 Fixed #13778: Removed a stray colon in a code example. Thanks canassa. 14 years ago
  Russell Keith-Magee 4a15dc4509 Fixed #13100 -- Clarified the model validation rules around full_clean(). Thanks to ptone for the draft text. 14 years ago
  Jannis Leidel f56f6e9405 Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo. 15 years ago
  Joseph Kocherhans c4ad3dede1 Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus. 15 years ago
  Joseph Kocherhans 2f9853b2dc Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 15 years ago