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
/
base.py
Age
Commit message (
Expand
)
Author
2014-12-17
[1.7.x] Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-11-19
[1.7.x] Fixed #21794 -- Removed deprecation warning for abstract models outsi...
Carl Meyer
2014-09-09
[1.7.x] Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don...
Tim Graham
2014-06-02
[1.7.x] Fixed #22690 -- Added a check for proxy models containing fields.
Craig de Stigter
2014-06-01
[1.7.x] Fixed #22711 -- Adjusted ordering checks to allow implicit relation f...
Vincent-Vega
2014-05-01
[1.7.x] Fixed #22539 -- Copied exclude argument in Model.full_clean() to prev...
Yehonatan Daniv
2014-04-29
[1.7.x] Use the new implementation of `six.with_metaclass`.
Simon Charette
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-03
Edited model check messages for grammar and consistency.
Russell Keith-Magee
2014-02-10
Fixed #17673 -- Forbid field shadowing.
Christopher Medrela
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-01-26
Fixed #21877 -- Renamed django.apps.base to config.
Aymeric Augustin
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-18
Fixed #21794 -- Adjusted warning for abstract models.
Aymeric Augustin
2014-01-10
Deprecated importing a model before loading its application.
Aymeric Augustin
2014-01-05
Fixed #21711 -- Enforced unicity of model names.
Aymeric Augustin
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Renamed has_model to get_registered_models.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Renamed registered_model to has_model.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Simplified register_models.
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-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-13
Fixed #21198 -- Prevented invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2013-10-11
Fixed assorted flake8 errors.
Tim Graham
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-09-06
Fixed #11811 -- Data-loss bug in queryset.update.
Aymeric Augustin
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
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-23
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-22
Fixed model.__eq__ and __hash__ for no pk value cases
Anssi Kääriäinen
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-19
Made Model.__eq__ consider proxy models equivalent
Anssi Kääriäinen
2013-08-13
Fixed #20883 -- Made model inheritance find parent links in abstract parents
Loic Bistuer
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
[next]