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