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
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
2013-07-16
Fixed #14007 -- Added model discovery in models module without the need to sp...
Tim Graham
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-06-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-14
Fixed #20289 -- pickling of dynamic models
Anssi Kääriäinen
2013-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-05-30
Fixed #20272 - Moved update_fields existence check into Model._do_update.
Tim Graham
2013-05-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-09
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-04-04
Fixed a line that was overindented.
Alex Gaynor
2013-03-28
Fixed spelling errors
Gavin Wahl
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-14
Fixed #16649 -- Refactored save_base logic
Anssi Kääriäinen
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-03-06
One more EMPTY_VALUES replacement following 22be90dd17
Claude Paroz
2013-02-24
Fixed #19688 -- Allow model subclassing with a custom metaclass using six.wit...
Simon Charette
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-08
Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.
Simon Charette
2012-12-28
Fix #19524 -- Incorrect caching of parents of unsaved model instances.
Aymeric Augustin
2012-12-18
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2012-11-27
Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2012-10-26
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-22
Remove AppCache state handling, replace with swappable caches
Andrew Godwin
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
[prev]
[next]