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
2018-12-29
Fixed #30063 -- Doc'd that Meta.unique_together may be deprecated in favor of...
Paveł Tyślacki
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-11-13
Generalized check constraint docs for other constraints.
Simon Charette
2018-10-02
Refs #11964 -- Changed CheckConstraint() signature to use keyword-only argume...
Simon Charette
2018-09-13
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-05
Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and ...
François Freitag
2017-09-05
Fixed #28335 -- Allowed query expressions in Meta.ordering.
Dima Kudosh
2017-08-08
Fixed #28471 -- Clarified that Meta.indexes is preferred to index_together.
Tim Graham
2017-03-20
Removed extra characters in docs header underlines.
Mariusz Felisiak
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #26230 -- Removed support for model name query lookups when using Meta.d...
Tim Graham
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-07-25
Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.
Tim Graham
2016-07-15
Fixed inconsistent indentation in docs/ref/models/options.txt
Tim Graham
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-03-31
Fixed #26438 -- Fixed multiple .objects typos in the docs.
Simon Charette
2016-03-03
Fixed #26310 -- Documented that a queryset ordering must be specified to ensu...
Tim Graham
2016-02-27
Fixed #26230 -- Made default_related_name affect related_query_name.
chenesan
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-03
Documented a limitation of Options.required_db_features.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-19
Fixed #24881 -- Clarified Meta.order_with_respect_to documentation
johannes.linke
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-04-18
Fixed #23879 -- Allowed model migration skip based on feature/vendor
Claude Paroz
2015-02-10
Disallowed importing concrete models without an application.
Aymeric Augustin
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
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
[next]