1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref/models
Akshesh 156e2d59cf Fixed #26709 -- Added class-based indexes.
Added the AddIndex and RemoveIndex operations to use them in migrations.

Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
2016-06-27 10:41:01 -04:00
..
class.txt
conditional-expressions.txt Refs #14030 -- Updated docs per "Improved expression support for python values." 2016-06-15 10:34:15 -04:00
database-functions.txt Removed versionadded/changed annotations for 1.9. 2016-05-20 11:44:29 -04:00
expressions.txt Fixed #26021 -- Applied hanging indentation to docs. 2016-06-03 11:44:34 -04:00
fields.txt Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL. 2016-06-13 09:14:36 -04:00
index.txt Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
indexes.txt Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
instances.txt Fixed #26787 -- Documented deleting and reloading of model instance fields. 2016-06-21 14:39:17 -04:00
lookups.txt Removed versionadded/changed annotations for 1.9. 2016-05-20 11:44:29 -04:00
meta.txt Fixed typos in docs/ref/models/meta.txt. 2016-03-01 08:33:27 -05:00
options.txt Removed versionadded/changed annotations for 1.9. 2016-05-20 11:44:29 -04:00
querysets.txt Fixed a typo in docs/ref/models/querysets.txt 2016-06-04 12:04:40 -04:00
relations.txt Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table. 2016-05-31 07:14:31 -04:00