index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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
2013-05-18
Moved IgnorePendingDeprecationWarningsMixin in django.test.utils.
Aymeric Augustin
2013-05-18
Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.
Olivier Sels
2013-05-18
Merge pull request #1113 from denibertovic/master
Aymeric Augustin
2013-05-18
Added stripping of whitespace for SlugField and URLField
Deni Bertovic
2013-05-18
Fixed #9595 -- Allow non-expiring cache timeouts.
Jacob Burch
2013-05-18
Fixes #19919: get_language_from_request() disregards "en-us" and "en" languages
Łukasz Langa
2013-05-18
Merge pull request #1084 from erikr/master
Florian Apolloner
2013-05-18
Merge pull request #1083 from Markush2010/ticket20235
Marc Tamlyn
2013-05-18
Fixed #13546 -- Easier handling of localize field options in ModelForm
Erik Romijn
2013-05-18
Fixed #20235 -- Use self.object_list if object_list not present in get_contex...
Matthew Somerville
2013-05-18
Made test introduced in 566e284c pass on Python 3.
Aymeric Augustin
2013-05-18
Added test for multipart, non form-data POST.
Senko Rasic
2013-05-18
Fixed #20356 -- Prevented crash when HTTP_REFERER contains non-ascii
Claude Paroz
2013-05-18
Fixed #20411 -- Don't let invalid referers blow up CSRF same origin checks.
Florian Apolloner
2013-05-18
Fixed #20422 -- Applied makemessage's --ignore patterns to full path
Baptiste Mispelon
2013-05-16
Fixed #20388 -- Test failures under Oracle.
Shai Berger
2013-05-14
Fixed #19934 - Use of Pillow is now preferred over PIL.
Daniel Lindsley
2013-05-11
Fixed a regression in the test runner loading of runtests.py.
Florian Apolloner
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-11
Fixed #19939 -- generic relations + split_exclude regression
Anssi Kääriäinen
2013-05-10
Fixed an obvious typo.
Alex Gaynor
2013-05-10
Fixed two admin_views tests under Oracle.
Aymeric Augustin
2013-05-09
Fixed a test that fails under Python 3.
Aymeric Augustin
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-09
Further removal of static admin validation that can fail erroneously
Luke Plant
2013-05-09
Removed a test that didn't make sense; code could never be called the way the...
Alex Gaynor
2013-05-09
Removed some failing tests missed in 1556b1c3b7a18cadf4d66d2ab6301d7fe8646ba5
Luke Plant
2013-05-09
Removed fragile admin validation of fields on ModelForm
Luke Plant
2013-05-08
Marked a test as an expected failure on MySQL and Python 3.2.
Aymeric Augustin
2013-05-08
Marked tests of BinaryFields as expected failures on MySQL and Python 3.
Aymeric Augustin
2013-05-07
Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`
Tai Lee
2013-05-05
Fixed a regression introduced in 9f7a01ef2bed8c0395a970286e8f87fd7d344b3b.
Florian Apolloner
2013-05-01
Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3.
Florian Apolloner
2013-04-28
Tested that get_or_create raises IntegrityError.
Aymeric Augustin
2013-04-28
Fixed #18986 -- Improved error message for missing files
Aymeric Augustin
2013-04-26
Fixed #20321 -- Added missing key name in MergeDict KeyError message
Claude Paroz
2013-04-19
Fix != operations on lazy objects.
Alex Gaynor
2013-04-19
Fixed #20276 -- Implemented __bool__ for MergeDict
Anton Baklanov
2013-04-16
Refs #14567 -- Fixed failing test that wasn't being run.
Carl Meyer
2013-04-14
Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.
Matthew Tretter
2013-04-13
Fixed #17840 -- Generalized named placeholders in form error messages
Claude Paroz
2013-04-13
Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect
Baptiste Mispelon
2013-04-13
Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect
Baptiste Mispelon
2013-04-13
Used a Python 3 compatible StringIO in test_utils
Claude Paroz
2013-04-13
Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple
Baptiste Mispelon
2013-04-13
Updated a renamed test file
Claude Paroz
2013-04-12
Fixed template_tests so discovery doesn't directly find tests that require se...
Preston Timmons
2013-04-12
Modified view_tests for unittest2 discovery.
Preston Timmons
2013-04-12
Modified validation to work with unittest2 discovery.
Preston Timmons
2013-04-12
Modified utils_tests for unittest2 discovery.
Preston Timmons
[next]