summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-27Fixed #27637 -- Fixed timesince, timeuntil in leap year edge case.Mariusz Felisiak
2016-12-24Fixed #25492 -- Checked deferred foreign key constraints before dropping them.Simon Charette
2016-12-24Fixed #27498 -- Fixed filtering on annotated DecimalField on SQLite.Peter Inglesby
2016-12-23Refs #26384 -- Isolated a test model in schema tests.Simon Charette
2016-12-23Fixed #26543 -- Prevented "confirm form submission" browser prompt when reloa...Adonys Alea Boffill
2016-12-23Fixed typo in m2m_through_regress test methods.Tim Graham
2016-12-23Fixed #27625 -- Made LazySettings cache attributes in __dict__.Adam Chainz
2016-12-23Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz
2016-12-23Used @cached_property in RawQuerySet.Adam Chainz
2016-12-23Refs #27624 -- Made QuerySet._prefetch_related_lookups immutable.Adam Chainz
2016-12-23Refs #18823 -- Corrected field name in an m2m manager error message.Andrey Kuzminov
2016-12-23Used assertRaisesMessage() in m2m_through_regress tests.Tim Graham
2016-12-23Refs #26487 -- Removed unneeded ehlo() calls in SMTP backend.Tim Graham
2016-12-22Documented url()'s 'regex' parameter.Adam Chainz
2016-12-22Used @override_settings for SECURE_PROXY_SSL_HEADER tests.Adam Chainz
2016-12-22Fixed #26632 -- Skipped admin.E111 list_display_links check if get_list_displ...Anton Samarchyan
2016-12-22Added tests for django.utils.autoreload.Phil Tysoe
2016-12-21Removed the importance of "core developers" in triaging tickets, etc.Tim Graham
2016-12-21Moved modeladmin check tests to a separate file.Tim Graham
2016-12-21Wrapped an import per isort.Tim Graham
2016-12-21Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.jpic
2016-12-21Fixed #27612 -- Added a check for duplicate URL instance namespaces.Andrew Nester
2016-12-21Fixed #25753 -- Made get_format() cache the formats from Django settingsJaap Roes
2016-12-21Refs #25753 -- Reset l10n cache when format settings changeClaude Paroz
2016-12-20Fixed #27439 -- Documented macOS locale configuration for Django tests.Alix Martineau
2016-12-20Fixed #27584 -- Fixed display of render time template errors.Preston Timmons
2016-12-20Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham
2016-12-20Added a test for NullBooleanField.formfield().Tim Graham
2016-12-20Removed unneeded values in NullBooleanField.formfield().Tim Graham
2016-12-19Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.Tim Graham
2016-12-19Refs #25484 -- Made non-staticfiles {% static %} tag quote its output.Tim Graham
2016-12-19Refs #25484 -- Removed incorrect unquoting in {% static %}.Tim Graham
2016-12-19Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.Mariusz Felisiak
2016-12-19Fixed qunit tests (coverage still missing). (#7716)Florian Apolloner
2016-12-19Updated to QUnit 2.0.1.Tim Graham
2016-12-19Refs #21221 -- Prevented {% static %} tests from using contrib.staticfiles.Tim Graham
2016-12-19Refs #27377 -- Fixed reverse query name clash in test model.Tim Graham
2016-12-19Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRe...Jerome Leclanche
2016-12-19Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...Henry Dang
2016-12-19Refs #19884 -- Added CharField max_length introspection on Oracle.Mariusz Felisiak
2016-12-17Made cosmetic edits to the "What happens when you save?" docs.Tim Graham
2016-12-17Fixed #25484 -- Made {% static %} render escaped URLs.alix-
2016-12-17Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.Raphael Michel
2016-12-17Documented how to copy a OneToOneField.Tim Graham
2016-12-17Refs #25550 -- Removed a deprecated reverse assignment example in docs.Tim Graham
2016-12-17Removed unneeded SpatiaLite workarounds in GIS tests.Sergey Fedoseev
2016-12-17Used assertJSONEqual() in GISFunctionsTests.test_asgeojson().Sergey Fedoseev
2016-12-16Made NumPoints raise TypeError on MySQL when it's used on fields besides Line...Sergey Fedoseev
2016-12-15Refs #27576 -- Fixed running Django's tests if GDAL isn't installed.Tim Graham
2016-12-15Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev