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
/
basic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated deprecated test assertions
Claude Paroz
2013-01-08
1
-3
/
+3
*
Tests for various emptyqs tickets
Anssi Kääriäinen
2013-01-06
1
-1
/
+41
*
Fixed #19173 -- Made EmptyQuerySet a marker class only
Anssi Kääriäinen
2013-01-06
1
-0
/
+7
*
Fixed #15361 - Documented performance considerations for QuerySet.get()
Tim Graham
2012-11-02
1
-1
/
+35
*
Avoid dependence on exact Python exception messages
Ian Clelland
2012-10-26
1
-2
/
+1
*
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-09-07
1
-14
/
+14
*
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-12
1
-1
/
+3
*
[py3] Removed longs.
Aymeric Augustin
2012-07-22
1
-11
/
+13
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-7
/
+7
*
Made model fields comparable to other objects
Simon Charette
2012-05-07
1
-1
/
+17
*
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
1
-5
/
+5
*
Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...
Anssi Kääriäinen
2012-04-20
1
-4
/
+14
*
Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...
Jannis Leidel
2012-03-13
1
-0
/
+25
*
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-10-13
2
-1
/
+4
*
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-13
2
-2
/
+1
*
Migrated basic doctests. Thanks to Preston Timmons for the patch.
Russell Keith-Magee
2010-11-02
2
-408
/
+554
*
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-11
1
-6
/
+3
*
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-05-04
1
-12
/
+0
*
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-22
1
-3
/
+3
*
Optimised use of 'in' operator on QuerySet using an explicit __contains__ met...
Luke Plant
2009-12-09
1
-0
/
+8
*
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton fo...
Karen Tracey
2009-02-08
1
-0
/
+12
*
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compat...
Russell Keith-Magee
2008-07-13
1
-1
/
+7
*
Fixed #7366 -- Modified a few expected test outputs to remove the dependency ...
Russell Keith-Magee
2008-06-06
1
-2
/
+3
*
Changed Query.get_columns() to quote the 'AS' column names in an extra_select...
Adrian Holovaty
2008-04-28
1
-0
/
+12
*
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-04-27
1
-5
/
+3
*
Fixed #2936, #6500 -- Added a __hash__() method to Models (since we implement...
Malcolm Tredinnick
2008-02-19
1
-0
/
+11
*
Fixed #5641 -- Handle lazy translations correctly when used as default argume...
Malcolm Tredinnick
2007-10-04
1
-1
/
+1
*
Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and jeromie@...
Malcolm Tredinnick
2007-09-16
1
-0
/
+5
*
Fixed #5115 -- Fixed `QuerySet` slices to allow longs.
Gary Wilson Jr
2007-08-08
1
-0
/
+13
*
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-08-05
1
-1
/
+1
*
Added a test that shows the problem in #4470. This fails only for the mysql_old
Malcolm Tredinnick
2007-07-05
1
-0
/
+6
*
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-04
1
-2
/
+3
*
Changed __year lookup to use a BETWEEN SQL statement instead of comparing the...
Adrian Holovaty
2007-02-14
1
-2
/
+8
*
Fixed #3164 -- Added explicit ordering to basic model test, and revised resul...
Russell Keith-Magee
2006-12-19
1
-6
/
+9
*
Made ``pk`` a generic expansion for the primary key, rather than just an expa...
Russell Keith-Magee
2006-09-25
1
-0
/
+4
*
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee
2006-08-27
1
-6
/
+5
*
Added {{{Manager.create()}}} method to create and save an object in a single ...
Jacob Kaplan-Moss
2006-06-27
1
-0
/
+5
*
Changed all model unit tests to use __str__() instead of __repr__(). Also sli...
Adrian Holovaty
2006-06-04
1
-27
/
+28
*
Made negative indexing on QuerySet instances raise an assertion error (previo...
Luke Plant
2006-05-26
1
-0
/
+10
*
Updated tests in line with changed exception messages, fixing 2 failures.
Luke Plant
2006-05-11
1
-1
/
+1
*
Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...
Adrian Holovaty
2006-05-06
1
-2
/
+2
*
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
2006-05-02
2
-0
/
+339