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
2011-11-01
Used yaml.safe_load instead of yaml.load, because safety should be the default.
Aymeric Augustin
2011-11-01
Made the cache locale-dependant when USE_L10N is True, even if USE_I18N is Fa...
Aymeric Augustin
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-28
Tweaked some `AutoField` tests to not raise wanings in Python>=2.6, where `Ba...
Julien Phalip
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 test added in r16873 so it also works with Oracle.
Ramiro Morales
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 a test that relied on the database to reject invalid data; MySQL doesn'...
Aymeric Augustin
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
Made an `AutoField` test more robust.
Julien Phalip
2011-10-16
Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...
Julien Phalip
2011-10-15
Modified the tablespaces tests so that they no longer rely on settings.DEFAUL...
Aymeric Augustin
2011-10-15
Ensured that the feeds framework supports both datetimes and dates. Refs #4076.
Aymeric Augustin
2011-10-15
Fixed a test failure introduced at r16987. Refs #12308.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
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
Convert all modeltests to use absolute imports, rather than relative ones.
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
[next]