summaryrefslogtreecommitdiff
path: root/django/db/models/options.py
AgeCommit message (Expand)Author
2014-07-14[1.7.x] Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-29[1.7.x] Fixed #22720 -- Migrations attempt to create _order twice.Víðir Valberg Guðmundsson
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-01Fixed #22172 -- Allowed index_together to be a single list (rather than list ...Anubhav Joshi
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-31Small style cleanup.Aymeric Augustin
2013-12-28Removed the only_installed argument of Apps.get_models.Aymeric Augustin
2013-12-26Turned apps.ready into a property. Added tests.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin
2013-12-22Removed the app_config.installed flag.Aymeric Augustin
2013-12-17Normalized Model._meta.installed.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-06Fixed ModelState breaking when unique_together has unhashable elements.Baptiste Mispelon
2013-11-20Fixed #21469 -- Allow set objects in Meta.unique_together.Baptiste Mispelon
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-07Fixed #21236 -- Allowed migrations to work with unique_together tuples.Javed Khan
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-30Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen
2013-08-19Add more stringent M2M tests and fix the bug they exposedAndrew Godwin
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-04Deprecated SortedDict (replaced with collections.OrderedDict)Curtis Maloney
2013-08-01Removed unused model option "admin"Tim Graham
2013-07-31Added field.attname to Options.name_mapAnssi Kääriäinen
2013-07-25Fixed ._meta.pk_index() virtual field failureAnssi Kääriäinen
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-05-19ModelState now freezes options and basesAndrew Godwin
2013-05-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-09Split out a BaseAppCache, make AppCache borg again, add _meta.app_cacheAndrew Godwin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-01-18Avoided unnecessary recreation of RelatedObjectsAnssi Kääriäinen
2012-12-20Fixed #19401 -- Ensure that swappable model references are case insensitive.Russell Keith-Magee
2012-12-18Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-12-16Fixed #19469 -- Removed opts.get_ordered_objects() and related codeAnssi Kääriäinen
2012-11-27Removed duplicate opts.pk_index() methodAnssi Kääriäinen