summaryrefslogtreecommitdiff
path: root/django/db/models/base.py
AgeCommit message (Expand)Author
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
2013-03-28Fixed spelling errorsGavin Wahl
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-03-14Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-06One more EMPTY_VALUES replacement following 22be90dd17Claude Paroz
2013-02-24Fixed #19688 -- Allow model subclassing with a custom metaclass using six.wit...Simon Charette
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-01-08Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.Simon Charette
2012-12-28Fix #19524 -- Incorrect caching of parents of unsaved model instances.Aymeric Augustin
2012-12-18Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2012-11-27Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.Aymeric Augustin
2012-10-26Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-22Remove AppCache state handling, replace with swappable cachesAndrew Godwin
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz