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
/
options.txt
Age
Commit message (
Expand
)
Author
2014-12-29
Fixed a vesionadded directive.
Florian Apolloner
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-06-18
Fixed #22778 -- Added a model Meta option to define default_related_name.
Renaud Parent
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-02-09
Removed double word in model docs
Claude Paroz
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-01-01
Updated release notes on app_label.
Aymeric Augustin
2013-11-21
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
Loic Bistuer
2013-10-23
Fixed #13245: Explained Oracle's behavior w.r.t db_table
Shai Berger
2013-09-09
Fixed spelling; refs #16895.
Tim Graham
2013-09-09
Fixed #16895 -- Warned about cost of QuerySet ordering
e0ne
2013-08-30
Fixed typo in docs/ref/models/options.txt
Tim Graham
2013-08-30
Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-09
Fixed #9057 -- Added default_permissions model meta option.
Tim Graham
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-08-01
Removed unused model option "admin"
Tim Graham
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-16
Fixed #14007 -- Added model discovery in models module without the need to sp...
Tim Graham
2013-05-18
Add missing imports and models to the examples in the the model layer documen...
Marc Egli
2013-03-15
Fixed #20053 -- Fix `index_together` documentation
Johan Charpentier
2013-01-20
Fixed #17813 -- Added a .earliest() method to QuerySet
Nick Sandford
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-25
Fixed more broken links. refs #19516
Tim Graham
2012-11-04
Added multi-column indexes to the 1.5 release notes.
Alex Gaynor
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-09-07
specify any orderable field can be specified in get_latest_by, closes #18875
Dan Loewenherz
2012-06-30
Fixed #18145 -- Improved documentation of unique_together type fields
Raúl Cumplido
2012-02-03
Edited models/options.txt changes from [17314]
Adrian Holovaty
2011-12-31
Fixed #640 - Documented that changing order_with_respect_to requires a schema...
Timo Graham
2011-12-31
Fixed #702 - Documented that ManyToMany fields can't be in unique_together; t...
Timo Graham
2011-11-21
Fixed #17269 -- Corrected the model options doc to indicate that, since 1.4, ...
Julien Phalip
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-09-10
Fixed #16592 -- More test changes and documentation to account for MySQL's ca...
Russell Keith-Magee
2011-08-26
Be very clear about when it's appropriate to use defer() and only().
Malcolm Tredinnick
2010-12-29
Fixed #14842 - Indent the model Meta options. Thanks adamv.
Timo Graham
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-25
Fixed #14927 - typo in model option docs. thanks tiliv.
Timo Graham
2010-12-06
Fixed #8975 -- documented related order methods -- thanks to Leo for the repo...
Simon Meers
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-11-12
Fixed #12204 -- Corrected the use of :djadmin: links in the testing docs, plu...
Russell Keith-Magee
2009-09-28
Fixed #9674 - documented app_label.
Luke Plant
[prev]
[next]