История коммитов

Автор SHA1 Сообщение Дата
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 13 лет назад
  Jacob Kaplan-Moss 7edf231d46 Replaced documentation snippets using "gender" with less sensitive examples. 13 лет назад
  Andrei Antoukh 365853da01 Fixed #4102 -- Allow update of specific fields in model.save() 13 лет назад
  Claude Paroz 596cb9c7e2 Replaced print statement by print function (forward compatibility syntax). 13 лет назад
  Claude Paroz 3904b74a3f Fixed #18013 -- Use the new 'as' syntax for exceptions. 13 лет назад
  Aymeric Augustin e1a31aadb0 Fixed an inappropriate repetition. Thanks DanGer for the report. 13 лет назад
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 лет назад
  Ramiro Morales 26b8122087 Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 13 лет назад
  James Bennett f6d11f9b05 Fixed #16109: Corrected an inconsistency in URLconf examples for matching a numeric month. 13 лет назад
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 лет назад
  Malcolm Tredinnick 77189afb7f Slightly rewrite @permalink and get_absolute_url() documentation. 13 лет назад
  Malcolm Tredinnick a0eb58e90b Documentation edits for model instance docs. 13 лет назад
  Timo Graham caefdc8246 Fixed #16090, #16091, #16114 - Typos in docs; thanks teraom. 14 лет назад
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 лет назад
  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 лет назад
  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 лет назад
  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 лет назад
  Malcolm Tredinnick 9802a73e25 Better error message for calling get_next_by_* on unsaved models. 14 лет назад
  Luke Plant 58c8d92334 Fixed #14189 - permalink docs import mistake 14 лет назад
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 лет назад
  Karen Tracey 2fce843832 Fixed import example code for NON_FIELD_ERRORS. 14 лет назад
  Karen Tracey fc33b8e953 Fixed #13778: Removed a stray colon in a code example. Thanks canassa. 15 лет назад
  Russell Keith-Magee 4a15dc4509 Fixed #13100 -- Clarified the model validation rules around full_clean(). Thanks to ptone for the draft text. 15 лет назад
  Jannis Leidel f56f6e9405 Fixed #9326 - Use decorator syntax in get_absolute_url example. Thanks, timo. 15 лет назад
  Joseph Kocherhans c4ad3dede1 Fixed #12586. Corrected a typo in the validation docs. Thanks, phyfus. 15 лет назад
  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 лет назад
  Adrian Holovaty d8b7772fca Made some edits to the validation part of docs/ref/models/instances.txt 15 лет назад
  Russell Keith-Magee 0e0b18229f Corrected the chronograph on my time machine. ``using`` argument was added in v1.2, not v1.1. Thanks to Ramiro Morales for the report. 15 лет назад
  Russell Keith-Magee 96848352f9 Added `using` to the list of documented arguments for save() on a model; updated the docs to suggest using ``*args, **kwargs`` when implementing model save methods. Thanks to Jeff Croft for the report. 15 лет назад
  Joseph Kocherhans 4d6c66d4d8 Added a note that full_validate will not be called automatically by model.save(). 15 лет назад