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
2010-11-07
Make the requests test use unittest2, rather than the system unittest.
Alex Gaynor
2010-11-04
Fixed #13935, added support for using QuerySet.dates across related fields. ...
Alex Gaynor
2010-11-04
Fixed #11966 -- Made it possible to use a percent sign in a translation messa...
Jannis Leidel
2010-11-04
Fixed #6476 -- Added option to makemessages management command to disable wra...
Jannis Leidel
2010-11-04
Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.
Jannis Leidel
2010-11-04
Converted templates doctests into unittests. We have always been at war with...
Alex Gaynor
2010-11-02
Fixed #13567 -- Added a 'silent' argument to the cycle tag, so that you can d...
Russell Keith-Magee
2010-11-02
Fixed #14596 -- Light refactoring of the cache backends.
Russell Keith-Magee
2010-11-02
Fixed a few more cases of the tests not properly restoring sys.path (follow u...
Alex Gaynor
2010-11-02
Properly handle the fact that lists are mutable when trying to maintain state...
Alex Gaynor
2010-11-02
Migrated app_loading doctests.
Russell Keith-Magee
2010-11-02
Fixed #14470 -- Migrated modeladmin doctests. Thanks to Preston Timmons for t...
Russell Keith-Magee
2010-11-01
Added a filter to silence the RuntimeWarning in the Indonesian localflavor te...
Russell Keith-Magee
2010-10-31
Ensure that assertNumQueries doesn't swallow exceptions inside the function.
Alex Gaynor
2010-10-30
Ensure that the staticfiles tests use the MEDIA_ROOT they intended, also use ...
Alex Gaynor
2010-10-30
Rewrote a test assertion so that it doesn't fail under Python 2.7. Thanks to ...
Russell Keith-Magee
2010-10-30
Fixed #14588 -- Corrected r14393 to ensure that response middlewares are are ...
Russell Keith-Magee
2010-10-30
Sped up the staticfiles_tests by allowing them to only search a few relevant ...
Alex Gaynor
2010-10-29
Fixed #14181 -- Added a template tag and filters to allow localization to be ...
Russell Keith-Magee
2010-10-29
Fixed #9886 -- Added a file-like interface to HttpRequest. Thanks to Ivan Sag...
Russell Keith-Magee
2010-10-29
Fixed #14523 -- Modified response handling so that exceptions raised by proce...
Russell Keith-Magee
2010-10-29
Fixed #14560 -- Enable HEAD requests to be cached properly. Thanks, codemonkey!
Honza Král
2010-10-28
Fixed #14471 -- Corrected a regression in the use of methods on custom manage...
Russell Keith-Magee
2010-10-28
Fixed #14565 - No csrf_token on 404 page.
Luke Plant
2010-10-28
Fixed #14504 -- Corrected the way object_list is used in ListView to avoid ov...
Russell Keith-Magee
2010-10-27
Fixed MultiValueDict's copy implementation to be consistant with all other co...
Alex Gaynor
2010-10-23
Fixed #14544 -- Squashed bug in the findstatic command when used with the --f...
Jannis Leidel
2010-10-23
Fixed #14223 -- Extended unification of exception raised in presence of integ...
Ramiro Morales
2010-10-21
Ensure the mutliple_database tests leave the settings in the same state they ...
Alex Gaynor
2010-10-21
Fixed a bug with method_decorator not preserving the attributes of the wrappe...
Luke Plant
2010-10-21
Removed old code with Python 2.3 compatibility
Luke Plant
2010-10-21
Fixed test failure when using Python 2.7
Luke Plant
2010-10-21
Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...
Jannis Leidel
2010-10-20
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...
Jannis Leidel
2010-10-19
Fixed errors introduced in r14279 when running Django tests under Python < 2.6.
Ramiro Morales
2010-10-19
Converted queries tests from doctests to unittests.
Ramiro Morales
2010-10-19
Fixed a small typo introduced in r14139.
Ramiro Morales
2010-10-18
Fixed #13842 -- Added tests to verify that XViewMiddleware works with class-b...
Russell Keith-Magee
2010-10-18
Corrected some Postgres test failures introduced by r14254.
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee
2010-10-18
Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!
Honza Král
2010-10-18
Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber...
Honza Král
2010-10-18
Fixed Indonesion localflavor tests, broken in r14195
Honza Král
2010-10-17
Fixed #13963 -- Use the correct verbose name of a reverse relation field in t...
Jannis Leidel
2010-10-17
Corrected the skipIfDBFeature and skipUnlessDBFeature decorators to actually ...
Russell Keith-Magee
2010-10-17
Corrected a suite of test failures when running under postgres.
Alex Gaynor
2010-10-16
Fixed #14126 -- Fixed an issue with changes to the blocktrans tag introduced ...
Jannis Leidel
2010-10-15
Fixed #11350 -- added an Israeli localflavor. Thanks to Yuval and Idan Gazit...
Alex Gaynor
2010-10-15
Fixed #14454 -- converted admin_widgets tests from doctests to unittests. We...
Alex Gaynor
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
[prev]
[next]