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-11-14
Fixed invalid escape sequence warning in check_framework test.
Tim Graham
2017-11-14
Fixed #28794 -- Fixed tx_isolation deprecation warning on MySQL 5.7.20+.
Sergey Fedoseev
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-13
Simplified choices iterators in tests.model_fields.models.
Sergey Fedoseev
2017-11-12
Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), di...
Mariusz Felisiak
2017-11-11
Fixed #28534 -- Made JSONField.has_changed() ignore key order and consider Tr...
shanghui
2017-11-09
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...
Paulo
2017-11-08
Fixed #28751 -- Corrected the error message for inactive users in AdminAuthen...
shanghui
2017-11-08
Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive user error...
shanghui
2017-11-07
Fixed #28585 -- Calculated admin's change form multipart context variable fro...
Claude Paroz
2017-11-07
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-11-07
Fixed #28720 -- Added HttpRequest.get_full_path_info().
Jonas Haag
2017-11-07
Fixed #28758 -- Fixed RangeMax/MinValueValidators crash with unbound ranges.
Imran Iqbal
2017-11-07
Fixed #28544 -- Made unlocalize template filter behave like {% localize off %...
Claude Paroz
2017-11-07
Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...
Chris Lamb
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-11-06
Fixed #28501 -- Fixed "python -m django runserver" crash.
Yusuke Miyazaki
2017-11-06
Added RestartWithReloaderTests.
Yusuke Miyazaki
2017-11-04
Refs #17448 -- Fixed GeoModelTest.test_raw_sql_query.
Sergey Fedoseev
2017-11-03
Fixed #28571 -- Added a prompt to bypass password validation in createsuperuser.
Tom
2017-11-03
Improved technique for matching input prompts in contrib.auth management tests.
Tim Graham
2017-11-02
Fixed #28723 -- Fixed RelatedManager's prefetch_related() cache name.
Mike Hansen
2017-11-01
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
Michał Pasternak
2017-10-31
Fixed #28750 -- Allowed models to define Meta.manager_inheritance_from_future...
Charlie Denton
2017-10-31
Fixed #28760 -- Removed DummyCache's unnecessary get/set/delete_many().
Adam Johnson
2017-10-31
Fixed typo in tests/many_to_many/tests.py.
Rajesh Veeranki
2017-10-30
Fixed #28742 -- Fixed AttributeError crash when assigning None to cached reve...
Paulo
2017-10-30
Refs #27318 -- Made DummyCache.set_many() return a list for consistency with ...
Adam Johnson
2017-10-28
Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
Ran Benita
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
[prev]
[next]