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
/
django
/
db
/
models
/
options.py
Age
Commit message (
Expand
)
Author
2015-02-03
Reverted "Fixed #24146 -- Fixed a missing fields regression in admin checks."
Tim Graham
2015-01-16
Fixed #24146 -- Fixed a missing fields regression in admin checks.
Collin Anderson
2015-01-14
Fixed incorrect error message in Options.get_fields()
Collin Anderson
2015-01-08
Simplified verbose_name_raw property
Claude Paroz
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-15
Changed internal storing of abstract and concrete managers to be in a single ...
Markus Holtermann
2014-07-14
Fixed #22994 -- regression with generic FK + admin list_view
Anssi Kääriäinen
2014-06-18
Fixed #22778 -- Added a model Meta option to define default_related_name.
Renaud Parent
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-29
Fixed #22720 -- Migrations attempt to create _order twice.
Víðir Valberg Guðmundsson
2014-03-21
Removed Model._meta.module_name per deprecation timeline.
Tim Graham
2014-03-21
Removed Model._meta.get_(add|change|delete)_permission methods per deprecatio...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-05
Fixed #22207 -- Added support for GenericRelation reverse lookups
Gabe Jackson
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-31
Small style cleanup.
Aymeric Augustin
2013-12-28
Removed the only_installed argument of Apps.get_models.
Aymeric Augustin
2013-12-26
Turned apps.ready into a property. Added tests.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-22
Removed the app_config.installed flag.
Aymeric Augustin
2013-12-17
Normalized Model._meta.installed.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-06
Fixed ModelState breaking when unique_together has unhashable elements.
Baptiste Mispelon
2013-11-20
Fixed #21469 -- Allow set objects in Meta.unique_together.
Baptiste Mispelon
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-07
Fixed #21236 -- Allowed migrations to work with unique_together tuples.
Javed Khan
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-30
Fixed #20988 -- Added model meta option select_on_save
Anssi Kääriäinen
2013-08-19
Add more stringent M2M tests and fix the bug they exposed
Andrew Godwin
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-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-08-01
Removed unused model option "admin"
Tim Graham
2013-07-31
Added field.attname to Options.name_map
Anssi Kääriäinen
2013-07-25
Fixed ._meta.pk_index() virtual field failure
Anssi Kääriäinen
2013-07-02
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-05-19
ModelState now freezes options and bases
Andrew Godwin
[prev]
[next]