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
2014-07-14
[1.7.x] Fixed #22994 -- regression with generic FK + admin list_view
Anssi Kääriäinen
2014-05-29
[1.7.x] Fixed several typos in Django
Alex Gaynor
2014-05-29
[1.7.x] Fixed #22720 -- Migrations attempt to create _order twice.
Víðir Valberg Guðmundsson
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
2013-05-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-09
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-18
Avoided unnecessary recreation of RelatedObjects
Anssi Kääriäinen
2012-12-20
Fixed #19401 -- Ensure that swappable model references are case insensitive.
Russell Keith-Magee
2012-12-18
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-12-16
Fixed #19469 -- Removed opts.get_ordered_objects() and related code
Anssi Kääriäinen
2012-11-27
Removed duplicate opts.pk_index() method
Anssi Kääriäinen
[next]