summaryrefslogtreecommitdiff
path: root/django/db/models/base.py
AgeCommit message (Expand)Author
2014-01-26Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin
2014-01-26Took advantage of the new get_model API. Refs #21702.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-19Fixed #21664: Multi-table inheritance was duplicating _ptr fieldsAndrew Godwin
2014-01-18Fixed #21794 -- Adjusted warning for abstract models.Aymeric Augustin
2014-01-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-05Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Renamed has_model to get_registered_models.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Renamed registered_model to has_model.Aymeric Augustin
2013-12-22Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin
2013-12-22Refactored registration of models.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Simplified register_models.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-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-13Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.Aymeric Augustin
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham
2013-09-06Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-02Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
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-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-22Fixed model.__eq__ and __hash__ for no pk value casesAnssi Kääriäinen
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen
2013-08-13Fixed #20883 -- Made model inheritance find parent links in abstract parentsLoic Bistuer
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to sp...Tim Graham
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-06-14Fixed #20289 -- pickling of dynamic modelsAnssi Kääriäinen
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-05-30Fixed #20272 - Moved update_fields existence check into Model._do_update.Tim Graham
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-04-04Fixed a line that was overindented.Alex Gaynor