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
Age
Commit message (
Expand
)
Author
2011-10-31
Fixed #16816 -- Tweaked the test mock for `URLField.verify_exists` to allow t...
Julien Phalip
2011-10-30
Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...
Aymeric Augustin
2011-10-29
Made a couple of changes for readability and correctness in loaddata.
Ramiro Morales
2011-10-29
Made the defaultfilters tests run on the actual filters, not on functions imp...
Aymeric Augustin
2011-10-29
Enhanced loaddata error message printed when no DB fixture is provided.
Ramiro Morales
2011-10-29
More django.conf.urls.defaults removals. Refs #17132
Ramiro Morales
2011-10-28
Fixed #17127 -- Made field validators list independent per form instance. Tha...
Carl Meyer
2011-10-27
Fixed a test isolation problem that remained after r17042.
Aymeric Augustin
2011-10-26
Fixed several problems that hid one another in the cache tests and code.
Aymeric Augustin
2011-10-26
Fixed error message string assumptions in WSGI tests (were breaking tests on ...
Carl Meyer
2011-10-26
Removed remains from times when tests could be run outside of runtests.py.
Aymeric Augustin
2011-10-26
Improved settings manipulation in the cache tests with the suitable decorator...
Aymeric Augustin
2011-10-26
Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...
Julien Phalip
2011-10-26
Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...
Julien Phalip
2011-10-26
Fixed #17111 -- Made the `redirect_to` generic view properly handle query str...
Julien Phalip
2011-10-26
Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...
Julien Phalip
2011-10-23
Fixed #14202 -- made the atom:link element optional in feeds.
Aymeric Augustin
2011-10-22
Fixed #15826 -- Made `assertContains` and `assertNotContains` work with `Simp...
Julien Phalip
2011-10-22
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...
Carl Meyer
2011-10-20
Fixed 16938 -- Ensured that the active locale's formats take precedence over ...
Julien Phalip
2011-10-19
Fixed #14806 -- Added support for contextual translations to the `trans` and ...
Julien Phalip
2011-10-18
Fixed #17054 -- Ensured the test suite runs when gettext isn't available, aft...
Aymeric Augustin
2011-10-18
Fixed #17067 -- reverted some backwards-incompatible changes from r16933 and ...
Aymeric Augustin
2011-10-17
Tweaked a tests tweak from r16960 so it uses the right model.
Ramiro Morales
2011-10-17
Tweaked admin_scripts tests enhanced in r16964 a bit more so they don't fail ...
Ramiro Morales
2011-10-16
Fixed #17056 -- Tweaked insert SQL clause generation so a corner case doesn't...
Ramiro Morales
2011-10-16
Fixed multiple database tests that broke foreign keys constraints. Refs #17055.
Aymeric Augustin
2011-10-16
Fixed a test that depended on how identifiers are quoted by the database back...
Aymeric Augustin
2011-10-16
Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...
Julien Phalip
2011-10-15
Ensured that the feeds framework supports both datetimes and dates. Refs #4076.
Aymeric Augustin
2011-10-14
Switch several assertNumQueries to use the context manager, which is much mor...
Alex Gaynor
2011-10-14
Remove the usage of deprecated function in Django. Also simplify the fallback...
Alex Gaynor
2011-10-13
Fix a Python 2.5-ism.
Alex Gaynor
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-13
Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...
Aymeric Augustin
2011-10-13
Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...
Aymeric Augustin
2011-10-13
Fix the dispatch tests on python 2.5
Alex Gaynor
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-10-13
Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...
Julien Phalip
2011-10-13
Remove a handful of `import *` from the tests.
Alex Gaynor
2011-10-13
Fixed #15372 -- Switched to a startproject default layout that allows us to a...
Carl Meyer
2011-10-11
Fixed some tests from r16934 to be auto-id-independent.
Carl Meyer
2011-10-10
Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...
Julien Phalip
2011-10-08
Made the tests introduced in r16942 use old-style class decoration to run wit...
Julien Phalip
2011-10-08
Fixed #17011 - Made override_settings modify a decorated class in-place rathe...
Carl Meyer
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-10-02
Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...
Ramiro Morales
2011-09-30
Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...
Luke Plant
2011-09-30
Fixed #14270 - related manager classes should be cached
Luke Plant
[prev]
[next]