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
/
tests
/
modeltests
/
model_inheritance
Age
Commit message (
Expand
)
Author
2010-02-24
Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par...
Joseph Kocherhans
2010-01-09
Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...
Jannis Leidel
2008-08-09
Updated the tests.
Malcolm Tredinnick
2008-06-26
Fixed #7215 -- Create correct reverse-relation accessors when using abstract ...
Malcolm Tredinnick
2008-06-09
Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...
Russell Keith-Magee
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-06-04
Changed all model unit tests to use __str__() instead of __repr__(). Also sli...
Adrian Holovaty
2006-05-31
Added blurbs to the model unit tests that didn't have them
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty