index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
models
/
instances.txt
Age
Commit message (
Expand
)
Author
2014-05-14
Fix typo that disabled code example highlighting
Éric Araujo
2014-04-18
Fixed #22473 -- Emphasized that Model.clean() is not called from Model.save().
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-22
Fixed #22313 -- Removed 'u' prefixes from documentation
Claude Paroz
2014-02-28
Fixed spelling mistakes in docs.
Tim Graham
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2013-09-06
Consolidated documentation for F() and Q()
evildmp
2013-09-05
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
Eric Boersma
2013-08-30
Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-22
Fixed model.__eq__ and __hash__ for no pk value cases
Anssi Kääriäinen
2013-08-21
Documentation -- Corrected error about Model.full_clean()
Kevin Christopher Henry
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-19
Fixed #20777 -- Admin proxy model deletion regression
Anssi Kääriäinen
2013-08-19
Made Model.__eq__ consider proxy models equivalent
Anssi Kääriäinen
2013-08-05
Fixed #20859 - Clarified Model.clean() example.
Jimmy Song
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-06-21
Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager.
James Bennett
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-14
Fixed #16649 -- Refactored save_base logic
Anssi Kääriäinen
2013-01-15
Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-11-27
Fixed #19374 -- Typo in docs/ref/models/instances.txt.
Jason Yan
2012-11-22
Fixed #18974 - Warned against using models.permalink
Tim Graham
2012-11-05
Fixed #15591 - Clarified interaction between ModelForm and model validation.
Tim Graham
2012-11-04
Fixed formatting of get_FOO_display example
Eric Davis
2012-10-07
Added section about URL reversion to URL mapper document.
Ramiro Morales
2012-09-30
Corrected links to only()/defer() in Model documentation
Anssi Kääriäinen
2012-09-08
Avoided mixing dates and datetimes in the examples.
Aymeric Augustin
2012-08-30
Fixed #18883 -- added a missing self parameter in the docs
Alex Gaynor
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei Antoukh
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-01
Fixed #17436 - Added warning about overriding Model.__init__()
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-06-06
Replaced documentation snippets using "gender" with less sensitive examples.
Jacob Kaplan-Moss
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-03-11
Fixed an inappropriate repetition. Thanks DanGer for the report.
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-11
Fixed #16109: Corrected an inconsistency in URLconf examples for matching a n...
James Bennett
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-28
Slightly rewrite @permalink and get_absolute_url() documentation.
Malcolm Tredinnick
2011-08-28
Documentation edits for model instance docs.
Malcolm Tredinnick
[prev]
[next]