Eric Davis
|
d94dc2d1fa
Fixed formatting of get_FOO_display example
|
преди 12 години |
Ramiro Morales
|
ec1aad1671
Added section about URL reversion to URL mapper document.
|
преди 12 години |
Anssi Kääriäinen
|
dad7eec6e1
Corrected links to only()/defer() in Model documentation
|
преди 12 години |
Aymeric Augustin
|
e69348b4e7
Avoided mixing dates and datetimes in the examples.
|
преди 12 години |
Alex Gaynor
|
17d57275f9
Fixed #18883 -- added a missing self parameter in the docs
|
преди 12 години |
Claude Paroz
|
ebc773ada3
Replaced many smart_bytes by force_bytes
|
преди 12 години |
Andrei Antoukh
|
99321e30ce
Fixed #18306 -- Made deferred models issue update_fields on save
|
преди 12 години |
Aymeric Augustin
|
c5ef65bcf3
[py3] Ported django.utils.encoding.
|
преди 12 години |
Tim Graham
|
7313468f85
Fixed #17436 - Added warning about overriding Model.__init__()
|
преди 12 години |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
преди 12 години |
Jacob Kaplan-Moss
|
7edf231d46
Replaced documentation snippets using "gender" with less sensitive examples.
|
преди 12 години |
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 години |