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
2017-10-25
Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...
Srinivas Reddy Thatiparthy
2017-10-25
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Mariusz Felisiak
2017-10-25
Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...
Ryan Verner
2017-10-24
Fixed #28739 -- Fixed get_fixed_timezone() for negative timedeltas.
medmunds
2017-10-24
Refs #28688 -- Updated a selenium test for admin's URLify.js change.
Tim Graham
2017-10-23
Fixed #28706 -- Moved AuthenticationFormn invalid login ValidationError to a ...
Jon Dufresne
2017-10-21
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
Tomer Chachamu
2017-10-21
Refs #28721 -- Added test for variations of 'inf'/'infinity' as a template va...
Levi Payne
2017-10-21
Fixed #28730 -- Fixed loss of precision for large integer literals in templates
Claude Paroz
2017-10-21
Removed unnecessary tuple()/list() calls.
Mads Jensen
2017-10-20
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...
Flávio Juvenal
2017-10-20
Fixed #27515 -- Made AuthenticationForm's username field use the max_length f...
Lucas Connors
2017-10-20
Refs #19130 -- Added a test for AuthenticationForm.username max_length.
Lucas Connors
2017-10-20
Refs #24031 -- Added test for Case and When constructor arguments.
Mads Jensen
2017-10-20
Fixed #28662 -- Silenced join template filter error if arg isn't iterable.
Mads Jensen
2017-10-18
Refs #28575 -- Made RelatedObjectDoesNotExist classes pickable.
Simon Charette
2017-10-18
Refs #28711 -- Replaced ugettext_lazy() with gettext_lazy() in a test.
Tim Graham
2017-10-18
Fixed #28711 -- Fixed unordered_list template filter with lazy translations.
Jonas Haag
2017-10-18
Refs #23260 -- Tested nested generator input to unordered_list template filter.
Jonas Haag
2017-10-16
Fixed #28497 -- Restored the ability to use sliced QuerySets with __exact.
Tim Graham
2017-10-14
Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...
Yuri Kaszubowski Lopes
2017-10-14
Refs #28710 -- Simplified l10n format test
Claude Paroz
2017-10-13
Fixed #28695 -- Allowed models to use __init_subclass__().
k
2017-10-13
Fixed #28710 -- Fixed the Basque DATE_FORMAT string
Claude Paroz
2017-10-13
Refs #28440 -- Fixed server connection closing test on macOS.
Tom
2017-10-13
Fixed #28708 -- Added constants to detect the Python version.
Tim Graham
2017-10-13
Refs #28575 -- Allowed pickling Model.DoesNotExist and MultipleObjectsReturne...
Rachel Tobin
2017-10-12
Fixed #27846 -- Made Model.refresh_from_db() clear cached relations.
Paulo
2017-10-12
Added test for FlatPage.__str__().
Mads Jensen
2017-10-12
Added setUp() method to FlatpageModelTests.
Mads Jensen
2017-10-12
Fixed #28679 -- Fixed urlencode()'s handling of bytes.
François Freitag
2017-10-10
Fixed #28601 -- Prevented cache.get_or_set() from caching None if default is ...
Daniel Tao
2017-10-10
Split django.utils.http tests into separate test classes.
François Freitag
2017-10-09
Fixed #28591 -- Added an error message for createsuperuser --username= (blank).
Hasan Ramezani
2017-10-09
Added tests for Combinable's bitwise logical operation errors.
Mads Jensen
2017-10-06
Fixed #28665 -- Change some database exceptions to NotImplementedError per PE...
Simon Charette
2017-10-05
Fixed #28596 -- Fixed QuerySet.bulk_create() and cascade deletion crash on Or...
Mariusz Felisiak
2017-10-05
Added tests for invalid {% for %} usage and ForLoop.__repr__().
Mads Jensen
2017-10-03
Refs #28584 -- Removed unused DatabaseFeatures.can_share_in_memory_db.
Tim Graham
2017-10-03
Fixed #28584 -- Dropped support for SQLite < 3.7.15.
Tim Graham
2017-10-02
Fixed #28642 -- Added caching to parse_accept_lang_header().
Tom
2017-10-02
Refs #27804 -- Used subTest() in parse_accept_lang_header() test.
Tom
2017-10-02
Added tests for invalid {% autoescape %} usage.
Mads Jensen
2017-10-02
Fixed incorrect integer division in DeletionTests.test_large_delete_related.
Mariusz Felisiak
2017-10-02
Refs #23919 -- Removed unneeded float()/int() calls.
Mariusz Felisiak
2017-09-30
Increased test coverage for db/backends/base/operations.py.
Mads Jensen
2017-09-30
Completed test coverage for default template filters.
Mads Jensen
2017-09-29
Fixed #27979 -- Made MySQL raise IntegrityError rather than OperationalError ...
Tim Graham
2017-09-29
Completed test coverage for BasePasswordHasher.
Mads Jensen
2017-09-29
Moved BasePasswordHasher tests to its own test case.
Mads Jensen
[next]