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
/
regressiontests
/
model_regress
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-25
Fixed #18176 -- Added test for year lookups with year < 1000
Florian Hahn
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
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] Fixed bad unicode test
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...
Jann Kleen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-11-13
Fixed #13640: Avoid generating an exception when a model has an attribute nam...
Karen Tracey
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-06-10
Fixed #16196 - Redundant or incorrect code in tests
Luke Plant
2010-11-19
Fixed a failing test caused by [14614].
Alex Gaynor
2010-11-18
Converted the model_regress doctests into unittests. We have always been at ...
Alex Gaynor
2010-11-18
Fixed pk uniqueness validation for new objects created outside of a ModelForm...
Carl Meyer
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-05-07
Fixed #10153: foreign key `gte` and `lte` lookups now work. Thanks, joelhooks...
Jacob Kaplan-Moss
2009-03-10
Refs #10443: Added Oracle to the #10443 regression test exemption, since we d...
Ian Kelly
2009-03-10
Fixed #10443 -- Fixed model attribute updating after r10003.
Malcolm Tredinnick
2009-03-10
Added an editorial comment to a test.
Malcolm Tredinnick
2008-11-16
Fixed #9608: Ensured a Model's default repr() is printable even if its __unic...
Karen Tracey
2008-11-16
Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. Only
Malcolm Tredinnick
2008-09-01
Fixed #8316 -- Put tighter restrictions on the type of Foreign Key fields
Malcolm Tredinnick
2008-08-25
Fixed #8510 -- Allow both strings (mostly for the admin) and integers to be
Malcolm Tredinnick
2008-07-29
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-03-24
Added a test for month selection under SQLite in case an old possible bug ever
Malcolm Tredinnick
2007-12-11
Fixed ORA-01461 error when trying to store more than 4000 bytes in a TextFiel...
Ian Kelly
2007-09-14
Fixed #5218: Made Oracle create autoinc triggers using the correct name
Ian Kelly
2007-08-11
Fixed #5134 -- Return empty strings as Unicode in psycopg1 backend.
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