index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
check_framework
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-10
1
-1
/
+1
*
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-31
9
-33
/
+32
*
Fixed #20098 -- Added a check for model Meta.db_table collisions.
Sanyam Khurana
2018-12-24
1
-0
/
+75
*
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-27
1
-3
/
+2
*
Fixed #29642 -- Added check for arguments of custom error handler views.
Adam Johnson
2018-09-14
3
-1
/
+43
*
Refs #29713 -- Improved error message from translation system check.
Nick Pope
2018-09-06
1
-33
/
+35
*
Fixed #29713 -- Added check that LANGUAGE_CODE uses standard language id format.
David
2018-09-03
1
-0
/
+39
*
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-16
1
-39
/
+52
*
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-12-28
2
-3
/
+3
*
Fixed invalid escape sequence warning in check_framework test.
Tim Graham
2017-11-14
1
-1
/
+1
*
Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...
Chris Lamb
2017-11-07
5
-0
/
+45
*
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
3
-16
/
+36
*
Added a checks test for valid i18n patterns.
Tim Graham
2017-09-20
2
-0
/
+11
*
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-29
1
-1
/
+2
*
Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...
Tim Graham
2017-03-03
1
-0
/
+2
*
Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.
Chris Lamb
2017-02-24
1
-1
/
+8
*
Added multi_db=True to test cases that access the 'other' db connection.
Tim Graham
2017-02-10
1
-0
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-1
/
+1
*
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-24
1
-8
/
+7
*
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
2
-2
/
+5
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
2
-2
/
+2
*
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
1
-1
/
+1
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
2
-6
/
+0
*
Refs #26601 -- Removed obsolete system check for MIDDLEWARE_CLASSES setting.
Tim Graham
2017-01-17
1
-17
/
+0
*
Refs #25079 -- Removed obsolete system check for TEMPLATE_* settings.
Tim Graham
2017-01-17
1
-29
/
+0
*
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2017-01-17
1
-27
/
+2
*
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-12-29
2
-1
/
+16
*
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
Adam Chainz
2016-12-23
1
-2
/
+27
*
Wrapped an import per isort.
Tim Graham
2016-12-21
1
-1
/
+2
*
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
Andrew Nester
2016-12-21
3
-1
/
+46
*
Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.
Tim Graham
2016-12-19
1
-42
/
+0
*
Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.
Raphael Michel
2016-12-17
1
-0
/
+22
*
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-12-07
1
-2
/
+1
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+4
*
Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...
Alasdair Nicol
2016-09-19
1
-0
/
+10
*
Clarified URL regex check message with respect to include().
Riccardo Magliocchetti
2016-09-01
1
-1
/
+7
*
Fixed crash comparing CheckMessage objects to non-CheckMessage objects.
Adam Chainz
2016-08-16
1
-0
/
+4
*
Added tests for check Message equality.
Adam Chainz
2016-08-16
1
-0
/
+14
*
Refs #26947 -- Added a deployment system check for SECURE_HSTS_PRELOAD.
Ed Morley
2016-08-10
1
-0
/
+44
*
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-28
1
-9
/
+2
*
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
1
-1
/
+1
*
Removed usage of a few deprecated unittest assertions.
Ville Skyttä
2016-06-14
1
-1
/
+2
*
Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...
Tim Graham
2016-05-17
1
-0
/
+17
*
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
1
-52
/
+77
*
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
Alasdair Nicol
2016-04-30
2
-1
/
+32
*
Added an explicit test that URL checks are recursive.
Alasdair Nicol
2016-04-29
5
-11
/
+20
*
Fixed #26351 -- Added MySQL check to warn about strict mode option
Claude Paroz
2016-04-08
1
-0
/
+25
*
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-04-08
1
-0
/
+33
*
Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.
Vincenzo Pandolfo
2016-03-21
1
-2
/
+57
*
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-12
2
-24
/
+7
[next]