index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
lookup
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in the data...
Adrian Holovaty
2010-01-10
1
-0
/
+2
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-3
/
+5
*
Fixed #12251 - QuerySet.in_bulk() should accept set/frozenset
Luke Plant
2009-12-19
1
-0
/
+6
*
Fixed a bug in r11646 - refs #11402
Luke Plant
2009-10-24
1
-0
/
+8
*
Removed one test that is only intended for PostgreSQL from the visibility of
Malcolm Tredinnick
2008-12-16
1
-2
/
+7
*
Fixed #9778 -- Added some special casing of the "Join on field 'abc'" error
Malcolm Tredinnick
2008-12-09
1
-1
/
+1
*
Fixed #6523 -- Use the correct cast on field types for PostgreSQL when
Malcolm Tredinnick
2008-08-08
1
-0
/
+6
*
Removed the mysql_old backend. It smells bad and has no friends.
Malcolm Tredinnick
2008-07-18
1
-1
/
+1
*
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-27
1
-3
/
+29
*
Replaced dict reprs in tests with explicit looks at each key. This should fix...
Jacob Kaplan-Moss
2008-03-19
1
-2
/
+5
*
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-08-05
1
-1
/
+1
*
Added unit test that confirms a bug in ValuesQuerySets that have extra(select...
Adrian Holovaty
2007-07-27
1
-8
/
+16
*
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-04
1
-16
/
+16
*
Made the reg-exp lookup tests more robust. they now pass for all database
Malcolm Tredinnick
2007-07-01
1
-26
/
+29
*
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
Jacob Kaplan-Moss
2007-06-27
1
-0
/
+94
*
Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza Kral
Jacob Kaplan-Moss
2007-05-31
1
-0
/
+21
*
Fixed comma splice in error message introduced in [5133]
Adrian Holovaty
2007-05-06
1
-2
/
+2
*
Fixed #4130 -- Added more self-explanatory error message when a typo is made in
Malcolm Tredinnick
2007-05-01
1
-2
/
+2
*
#fixed #2256 -- Made count() interact with slicing on QuerySets. Patch from
Malcolm Tredinnick
2007-02-12
1
-0
/
+11
*
Fixed #3463 -- EmptyQuerySet's iterator() now returns a generator. Thanks, Ga...
Adrian Holovaty
2007-02-10
1
-0
/
+2
*
Fixed #2348 -- Improved error reporting when query filter arguments are
Malcolm Tredinnick
2007-02-10
1
-0
/
+11
*
Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...
Adrian Holovaty
2007-01-23
1
-0
/
+15
*
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-08-27
1
-2
/
+2
*
Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ...
Adrian Holovaty
2006-08-11
1
-2
/
+11
*
Fixed #1754, #2211, #2192 -- allow date filtering comparisons to use strings as
Malcolm Tredinnick
2006-06-28
1
-0
/
+4
*
Fixed bad formatting in 'lookup' model tests from [3157]
Adrian Holovaty
2006-06-20
1
-1
/
+1
*
Fixed #1857 -- Fixed get_previous_by_FIELD and get_next_by_FIELD to work
Malcolm Tredinnick
2006-06-20
1
-0
/
+2
*
Changed all model unit tests to use __str__() instead of __repr__(). Also sli...
Adrian Holovaty
2006-06-04
1
-22
/
+22
*
Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...
Adrian Holovaty
2006-05-06
1
-1
/
+1
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
2
-0
/
+179