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
/
topics
/
db
/
models.txt
Age
Commit message (
Expand
)
Author
2014-08-19
[1.7.x] Fixed #23282 -- Corrected inheritance and reverse relations example.
Tim Graham
2014-08-13
[1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs.
Ola Sitarska
2014-07-08
[1.7.x] Fixed #22978 -- Removed a USA-centric example that didn't add much.
Tim Graham
2014-05-27
[1.7.x] Fixed #22601 -- Added a note about model inheritance.
Moayad Mardini
2014-04-30
[1.7.x] Fixed #22442 -- Provided additional documentation regarding id fields...
Tim Graham
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-05
Fixed #14549 - Removed restriction of single FKs on intermediary tables
Akis Kesoglou
2014-02-25
Removed a nonexistent link in the docs.
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-23
added documentation on Model attributes
Nicolaas Heyning
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-11-08
Noted that .clear() will delete intermediary models
Cody Scott
2013-10-10
Small improvements to docs/topics/db/models.txt
Cody Scott
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-06-01
Fixed #20543 - Typo in db model fields docs.
Tim Graham
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2012-12-29
Removed django.contrib.localflavor.
Aymeric Augustin
2012-12-28
Fixed #19498 -- refactored auth documentation
Preston Holmes
2012-12-21
Fixed #19506 - Remove 'mysite' prefix in model example.
Tim Graham
2012-11-22
changed if statement to a slightly cleaner/less confusing variant
WoLpH
2012-10-12
Merge pull request #422 from elvard/18996
Tim Graham
2012-10-11
Fixed #16588 - Warned about field names that conflict with the model API
Tim Graham
2012-10-04
Fixed #18996 - Docs on overriden model methods
Tomáš Ehrlich
2012-08-21
Fixed #18637 - Updated some documentation for aspects of models that are Mode...
Tim Graham
2012-07-24
Clarified default name of M2M relationship DB table.
Ramiro Morales
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
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-04-15
Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Hol...
Claude Paroz
2012-03-30
Fixed #17999 -- Restored the links to examples from models documentation. Ref...
Claude Paroz
2012-03-29
Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section.
Ramiro Morales
2012-03-27
Added missing indentation in models topic documentation.
Claude Paroz
2012-03-14
Fixed #17605: Restored deleted query documentation that used to live in docte...
James Bennett
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
2011-11-16
Fixed #17240 -- Replaced links to the online version of the docs by internal ...
Aymeric Augustin
2011-11-10
Fixed #17184 -- Typo in models documentation. Thanks elimisteve 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 #16742 -- Provided code examples in the models documentation for access...
Julien Phalip
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-08-22
Made documentation of ManyToManyField placement clearer (kind of).
Malcolm Tredinnick
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-03-04
Fixed #11864 -- Improved the "see also" section of the many-to-one model topi...
Gabriel Hurley
2011-02-02
Fixed #7325 -- Broken links for model documentation; thanks Justin Lilly.
Timo Graham
2010-12-31
Fixed #14997 - A typo in "Overriding delete". thanks phunehehe for the report.
Timo Graham
2010-12-27
Fixed #12313 - Add a note that QuerySet.delete() doesn't necessarily call obj...
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-14
Fixed #14848 - change example verbose name to match convention. thanks madisv...
Timo Graham
2010-12-05
Fixed #14841 -- added xrefs to topics/db/models. Thanks adamv.
Simon Meers
[next]