Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/models/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* Edited model check messages for grammar and consistency.Russell Keith-Magee2014-03-031-51/+47
* Fixed #17673 -- Forbid field shadowing.Christopher Medrela2014-02-101-2/+61
* Fixed #16192 -- Made unique error messages in ModelForm c...Loic Bistuer2014-02-081-20/+36
* Fixed #21877 -- Renamed django.apps.base to config.Aymeric Augustin2014-01-261-1/+1
* Took advantage of the new get_model API. Refs #21702.Aymeric Augustin2014-01-261-18/+16
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-0/+303
* Fixed #21664: Multi-table inheritance was duplicating _pt...Andrew Godwin2014-01-191-1/+4
* Fixed #21794 -- Adjusted warning for abstract models.Aymeric Augustin2014-01-181-5/+9
* Deprecated importing a model before loading its application.Aymeric Augustin2014-01-101-1/+9
* Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin2014-01-051-12/+1
* Made it possible to change an application's label in its ...Aymeric Augustin2013-12-311-14/+26
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-3/+4
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-5/+5
* Renamed has_model to get_registered_models.Aymeric Augustin2013-12-221-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-2/+2
* Renamed registered_model to has_model.Aymeric Augustin2013-12-221-2/+2
* Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin2013-12-221-1/+1
* Refactored registration of models.Aymeric Augustin2013-12-221-4/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-2/+2
* Simplified register_models.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+3
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-11/+15
* Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer2013-11-291-1/+1
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-13/+17
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21198 -- Prevented invalid use of @python_2_unicod...Aymeric Augustin2013-10-131-5/+0
* Fixed assorted flake8 errors.Tim Graham2013-10-111-1/+1
* Fixed "redefinition of unused 'foo' from line X" pyflakes...Tim Graham2013-10-101-1/+1
* Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin2013-09-071-0/+2
* Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin2013-09-021-2/+2
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Fixed #20988 -- Added model meta option select_on_saveAnssi Kääriäinen2013-08-301-5/+13
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-231-3/+10
|\
| * Fixed model.__eq__ and __hash__ for no pk value casesAnssi Kääriäinen2013-08-221-3/+10
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-191-6/+19
|\|
| * Made Model.__eq__ consider proxy models equivalentAnssi Kääriäinen2013-08-191-1/+3
| * Fixed #20883 -- Made model inheritance find parent links ...Loic Bistuer2013-08-131-5/+16
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-07-221-7/+19
|\|
| * Fixed #14007 -- Added model discovery in models module wi...Tim Graham2013-07-171-3/+15
| * A large number of stylistic cleanups across django/db/Alex Gaynor2013-07-081-5/+4
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-06-191-15/+28
|\|
| * Refactored ValidationError to allow persisting error para...Loic Bistuer2013-06-181-9/+10
| * Fixed #20289 -- pickling of dynamic modelsAnssi Kääriäinen2013-06-141-6/+18
* | Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-06-071-11/+11
|\|
| * Fixed #20272 - Moved update_fields existence check into M...Tim Graham2013-05-301-11/+11
* | Merge branch 'master' into schema-alterationAndrew Godwin2013-05-181-5/+5
|\|
| * Replaced an antiquated pattern.Aymeric Augustin2013-05-171-5/+5