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
Age
Commit message (
Expand
)
Author
2008-07-30
Fixed #8029 -- Modified admin_scripts test to use the PYTHONPATH from the env...
Russell Keith-Magee
2008-07-30
Fixed #8023 -- Allow filtering of DecimalFields (in models) using strings.
Malcolm Tredinnick
2008-07-30
Since max_digits and decimal_places are required on django.db.models.DecimalF...
Malcolm Tredinnick
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-07-29
Fixed #7767 -- Fixed template egg loading test for Windows systems.
Malcolm Tredinnick
2008-07-29
Fixed #7560 -- Moved a lot of the value conversion preparation for
Malcolm Tredinnick
2008-07-28
A few corrections to my docstrings in [8129].
Gary Wilson Jr
2008-07-28
Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje...
Gary Wilson Jr
2008-07-28
Fixed #7853 -- Fixed another case of deleting inherited models with foreign key
Malcolm Tredinnick
2008-07-27
Made the Paginator class a bit more backwards compatible with the lecacy `Obj...
Gary Wilson Jr
2008-07-27
Corrected wording in comment.
Gary Wilson Jr
2008-07-27
Fixed #6427 -- Added some more features to the Austrian localflavor.
Malcolm Tredinnick
2008-07-27
Fixed the admin_scripts tests to check for the right output with Python 2.4.
Malcolm Tredinnick
2008-07-27
Fixed #7872 -- Fixed a missed case of promoting table joins when using
Malcolm Tredinnick
2008-07-27
Removed some model saves from [8102] which were causing test failures under P...
Russell Keith-Magee
2008-07-27
Fixed #7913 -- Corrected backwards incompatible parts of [7977] when optgroup...
Russell Keith-Magee
2008-07-27
Fixed #7778 -- Fixed a tricky case of foreign key clearing with inherited
Malcolm Tredinnick
2008-07-27
Fixed #7981 -- Wrap the manual transaction management in the
Malcolm Tredinnick
2008-07-27
Fixed #7530, #7716 -- When using select_related() and encountering a NULL
Malcolm Tredinnick
2008-07-27
Changed one of the model_formsets tests to be immune to the differences in the
Malcolm Tredinnick
2008-07-26
Fixed #7658 -- Added some Windows-specific tempfile handling. The standard
Malcolm Tredinnick
2008-07-26
Fixed #4534 -- Added an "else" option to the "ifchanged" template tag.
Malcolm Tredinnick
2008-07-26
Added an ordering definition to make test output reliable across database bac...
Russell Keith-Magee
2008-07-26
Fixed #7345 -- When normalising the URLField form field, attach a trailing
Malcolm Tredinnick
2008-07-26
Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.
Malcolm Tredinnick
2008-07-26
Removed some completely pointless test changes from [8084], since they were
Malcolm Tredinnick
2008-07-26
Fixed #7967 -- Make sure the __contains__ method in the cache backends call the
Malcolm Tredinnick
2008-07-26
Fixed #7574 -- Fixed the handling of lazy translation in email headers.
Malcolm Tredinnick
2008-07-26
Corrected typo.
Gary Wilson Jr
2008-07-23
Improved admin model registration options: you can now register using registe...
Jacob Kaplan-Moss
2008-07-23
Allow for matches against unsaved objects in querysets (which will therefore
Malcolm Tredinnick
2008-07-23
Added the ability to customize the prefix value on an inline formset. Fixes #...
Brian Rosner
2008-07-23
Removed some potentially misleading code (it isn't executed) after the changes
Malcolm Tredinnick
2008-07-23
Made the semi-private _max_form_count live on the public API of formsets by r...
Brian Rosner
2008-07-23
Fixed #7906 -- Modified admin_scripts regression test to use the same python ...
Russell Keith-Magee
2008-07-22
Fixed a bunch of Python 2.3 test failures.
Malcolm Tredinnick
2008-07-22
Changed the test from [8052] so that it is insensitive to whether a database
Malcolm Tredinnick
2008-07-22
Fixed #7813 -- Allow pickling of Query classes that use select_related().
Malcolm Tredinnick
2008-07-22
Fixed #7791 -- Fixed a really silly error I introduced in [7926]. :-(
Malcolm Tredinnick
2008-07-22
Fixed the tests from [8033] to work for the PostgreSQL backends (the primary
Malcolm Tredinnick
2008-07-22
Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking
Adrian Holovaty
2008-07-22
Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and Mic...
Jacob Kaplan-Moss
2008-07-21
Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d...
Luke Plant
2008-07-21
FIxed #7666: use a bare queryset when accessing single related objects so tha...
Jacob Kaplan-Moss
2008-07-21
Fixed #7727 -- Improved the checks for import failure when using PIL. Under P...
Russell Keith-Magee
2008-07-21
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
Malcolm Tredinnick
2008-07-21
Corrected typo.
Gary Wilson Jr
2008-07-20
Fixed #6450 -- Improved the checking of errors when creating the directories ...
Russell Keith-Magee
2008-07-20
Made the test case for doctest comparison of XML fragments a little more rigo...
Russell Keith-Magee
2008-07-20
Fixed #7339 -- Added manual calls to the garbage collector. This is required ...
Russell Keith-Magee
[next]