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
2015-02-27
[1.8.x] Fixed #24418 -- Prevented crash in refresh_from_db with null fk
Claude Paroz
2015-02-20
[1.8.x] Fixed #24328 -- cleaned up Options._get_fields() implementation
Anssi Kääriäinen
2015-02-20
[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-09
[1.8.x] Fixed #24287 -- Added friendly error if a model is in a models.py out...
jMyles
2015-02-09
[1.8.x] Removed unnecessary parentheses in model check messages.
Tim Graham
2015-02-09
[1.8.x] Fixed #24249 -- Improved field shadowing validation in model multi-in...
Aron Podrigal
2015-02-03
[1.8.x] Fixed #15321 -- Honored ancestors unique checks.
Aron Podrigal
2015-02-03
[1.8.x] Fixed #23617 -- Added get_pk_value_on_save()
Anssi Kääriäinen
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-17
Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-12-15
Changed internal storing of abstract and concrete managers to be in a single ...
Markus Holtermann
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-19
Fixed #21794 -- Removed deprecation warning for abstract models outside an app.
Carl Meyer
2014-11-16
Fixed #21612 -- Made QuerySet.update() respect to_field
Karen Tracey
2014-11-12
Fixed #22967 -- Made Model._do_update consistent
Jozef Knaperek
2014-09-09
Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-07-14
Fixed name of database connection feature
Shai Berger
2014-07-01
Fixed #19501 -- added Model.from_db() method
Anssi Kääriäinen
2014-06-23
Fixed problem introduced with #refs 13711.
Anubhav Joshi
2014-06-17
Fixed #13711 -- Model check added to ensure that auto-generated column name i...
Anubhav Joshi
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-02
Fixed #22690 -- Added a check for proxy models containing fields.
Craig de Stigter
2014-06-01
Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields.
Vincent-Vega
2014-05-16
Fixed typo.
Tim Graham
2014-05-16
Fixed #18389 -- Fixed the way contribute_to_class is called
Vlad Starostin
2014-05-01
Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side...
Yehonatan Daniv
2014-04-29
Use the new implementation of `six.with_metaclass`.
Simon Charette
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-14
Fixed #22356 -- Added a check to make sure unique_together fields are local.
Marc Egli
2014-04-05
Fixed #22236 -- Removed inappropriate usage of signals
Claude Paroz
2014-03-21
Removed legacy transaction management per the deprecation timeline.
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
[next]