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-02-24
[1.5.x] Fixed #19688 -- Allow model subclassing with a custom metaclass using...
Simon Charette
2013-01-08
[1.5.x] Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.
Simon Charette
2012-12-28
[1.5.x] Fix #19524 -- Incorrect caching of parents of unsaved model instances.
Aymeric Augustin
2012-11-27
[1.5.x] Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.
Aymeric Augustin
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-30
Replaced some smart_xxx by force_xxx equivalent
Claude Paroz
2012-08-22
Revert "Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2"
Simon Meers
2012-08-20
Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2
Simon Meers
2012-08-15
[py3] Removed excessive usage of smart_bytes
Claude Paroz
2012-08-14
[py3] Fixed admin_views tests
Claude Paroz
2012-08-14
[py3] Removed unnecessary calls to .keys()
Aymeric Augustin
2012-08-12
Fixed #18306 -- Made deferred models issue update_fields on save
Andrei Antoukh
2012-08-12
[py3] Made __repr__ return str with Python 3
Claude Paroz
2012-08-12
[py3] Avoided returning bytes in Model.__str__
Aymeric Augustin
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Applied minor fixes so the test suite starts
Aymeric Augustin
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-03
Replaced some byte strings by str() calls
Claude Paroz
2012-07-23
Removed a Python 3-compatibility hack.
Aymeric Augustin
2012-07-22
[py3] Switched to Python 3-compatible imports.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
2012-07-08
Fixed #18590 - Reverted Python 2.4 workaround for Model pickling
Claude Paroz
2012-07-05
Fixed #18362 - Made model.save() update_fields accept attnames
Andrei Antoukh
2012-06-22
Fixed #17776 - DoesNotExist is not picklable
Luke Plant
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-27
Fixed #18343 -- Cleaned up deferred model implementation
Anssi Kääriäinen
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
2012-05-07
Imported zip from future_builtins instead of itertools.izip.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-20
Fixed #17615 -- Corrected unique field validation when using multitable inher...
Anssi Kääriäinen
2012-03-13
Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...
Jannis Leidel
2012-03-03
Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance...
Jannis Leidel
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2011-11-12
Fix #13864: Removed database error raised when force_update is requsted on sa...
Karen Tracey
2011-09-10
Remove a bunch of deadcode/dead imports.
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-06-09
Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...
Andrew Godwin
2011-04-20
Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...
Carl Meyer
2011-04-02
Fixed #15743 -- Fixed tense in a docstring in db/models/base.py. Thanks, jMyles
Adrian Holovaty
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-14
Fixed #15601 -- Corrected a weird typo. Thanks, jMyles
Adrian Holovaty
2011-01-26
Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...
Alex Gaynor
2011-01-09
Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...
Ramiro Morales
2010-11-18
Fixed pk uniqueness validation for new objects created outside of a ModelForm...
Carl Meyer
2010-11-18
Fixed #14234 -- Re-validating a model instance added via ModelForm no longer ...
Carl Meyer
[next]