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
/
lookup
/
models.py
Age
Commit message (
Expand
)
Author
2008-08-08
Fixed #6523 -- Use the correct cast on field types for PostgreSQL when
Malcolm Tredinnick
2008-07-18
Removed the mysql_old backend. It smells bad and has no friends.
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-03-19
Replaced dict reprs in tests with explicit looks at each key. This should fix...
Jacob Kaplan-Moss
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-27
Added unit test that confirms a bug in ValuesQuerySets that have extra(select...
Adrian Holovaty
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-01
Made the reg-exp lookup tests more robust. they now pass for all database
Malcolm Tredinnick
2007-06-27
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
Jacob Kaplan-Moss
2007-05-31
Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza Kral
Jacob Kaplan-Moss
2007-05-06
Fixed comma splice in error message introduced in [5133]
Adrian Holovaty
2007-05-01
Fixed #4130 -- Added more self-explanatory error message when a typo is made in
Malcolm Tredinnick
2007-02-12
#fixed #2256 -- Made count() interact with slicing on QuerySets. Patch from
Malcolm Tredinnick
2007-02-10
Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga...
Adrian Holovaty
2007-02-10
Fixed #2348 -- Improved error reporting when query filter arguments are
Malcolm Tredinnick
2007-01-23
Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...
Adrian Holovaty
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-08-11
Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ...
Adrian Holovaty
2006-06-28
Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings as
Malcolm Tredinnick
2006-06-20
Fixed bad formatting in 'lookup' model tests from [3157]
Adrian Holovaty
2006-06-20
Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to work
Malcolm Tredinnick
2006-06-04
Changed all model unit tests to use __str__() instead of __repr__(). Also sli...
Adrian Holovaty
2006-05-06
Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty