summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated GIS widgets15667Tim Graham2016-12-233-7/+5
* New renderer approach.Tim Graham2016-12-2312-177/+156
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-2395-866/+1369
* Fixed #27625 -- Made LazySettings cache attributes in __dict__.Adam Chainz2016-12-231-1/+24
* Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz2016-12-236-93/+53
* Used @cached_property in RawQuerySet.Adam Chainz2016-12-231-22/+18
* Refs #27624 -- Made QuerySet._prefetch_related_lookups immutable.Adam Chainz2016-12-231-7/+7
* Refs #18823 -- Corrected field name in an m2m manager error message.Andrey Kuzminov2016-12-232-3/+5
* Used assertRaisesMessage() in m2m_through_regress tests.Tim Graham2016-12-231-9/+37
* Refs #26487 -- Removed unneeded ehlo() calls in SMTP backend.Tim Graham2016-12-231-2/+0
* Documented url()'s 'regex' parameter.Adam Chainz2016-12-222-0/+8
* Used @override_settings for SECURE_PROXY_SSL_HEADER tests.Adam Chainz2016-12-221-11/+4
* Fixed #26632 -- Skipped admin.E111 list_display_links check if get_list_displ...Anton Samarchyan2016-12-222-1/+35
* Added tests for django.utils.autoreload.Phil Tysoe2016-12-221-1/+68
* Removed the importance of "core developers" in triaging tickets, etc.Tim Graham2016-12-217-87/+65
* Moved modeladmin check tests to a separate file.Tim Graham2016-12-212-1118/+1129
* Wrapped an import per isort.Tim Graham2016-12-211-1/+2
* Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.jpic2016-12-213-3/+44
* Fixed #27612 -- Added a check for duplicate URL instance namespaces.Andrew Nester2016-12-215-2/+88
* Fixed #25753 -- Made get_format() cache the formats from Django settingsJaap Roes2016-12-211-26/+34
* Refs #25753 -- Reset l10n cache when format settings changeClaude Paroz2016-12-213-19/+19
* Fixed #27439 -- Documented macOS locale configuration for Django tests.Alix Martineau2016-12-202-0/+10
* Fixed #27584 -- Fixed display of render time template errors.Preston Timmons2016-12-206-5/+45
* Fixed #27616 -- Fixed incorrect vary_on_headers() example.Tim Graham2016-12-201-1/+1
* Added a test for NullBooleanField.formfield().Tim Graham2016-12-201-0/+5
* Removed unneeded values in NullBooleanField.formfield().Tim Graham2016-12-201-5/+1
* Fixed #27611 -- Doc'd that CSRF_COOKIE_HTTPONLY setting offers no security.Tim Graham2016-12-194-65/+15
* Refs #25484 -- Made non-staticfiles {% static %} tag quote its output.Tim Graham2016-12-192-11/+5
* Refs #25484 -- Removed incorrect unquoting in {% static %}.Tim Graham2016-12-193-4/+20
* Refs #19884 -- Removed DatabaseFeatures.can_introspect_max_length.Mariusz Felisiak2016-12-193-22/+8
* Fixed qunit tests (coverage still missing). (#7716)Florian Apolloner2016-12-195-5529/+7
* Updated to QUnit 2.0.1.Tim Graham2016-12-1911-489/+702
* Refs #21221 -- Prevented {% static %} tests from using contrib.staticfiles.Tim Graham2016-12-191-1/+1
* Refs #27377 -- Fixed reverse query name clash in test model.Tim Graham2016-12-191-1/+1
* Fixed #27606 -- Fixed HttpResponseRedirect.__repr__() crash when DisallowedRe...Jerome Leclanche2016-12-192-3/+14
* Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...Henry Dang2016-12-196-6/+19
* Refs #19884 -- Added CharField max_length introspection on Oracle.Mariusz Felisiak2016-12-194-9/+13
* Made cosmetic edits to the "What happens when you save?" docs.Tim Graham2016-12-171-28/+21
* Fixed #25484 -- Made {% static %} render escaped URLs.alix-2016-12-174-3/+19
* Refs #16859 -- Disabled CSRF_COOKIE_* checks when using CSRF_USE_SESSIONS.Raphael Michel2016-12-172-0/+24
* Documented how to copy a OneToOneField.Tim Graham2016-12-171-0/+9
* Refs #25550 -- Removed a deprecated reverse assignment example in docs.Tim Graham2016-12-171-4/+5
* Removed unneeded SpatiaLite workarounds in GIS tests.Sergey Fedoseev2016-12-171-11/+5
* Used assertJSONEqual() in GISFunctionsTests.test_asgeojson().Sergey Fedoseev2016-12-171-9/+4
* Made NumPoints raise TypeError on MySQL when it's used on fields besides Line...Sergey Fedoseev2016-12-162-5/+9
* Refs #27576 -- Fixed running Django's tests if GDAL isn't installed.Tim Graham2016-12-151-1/+1
* Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev2016-12-1516-194/+131
* Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...Sergey Fedoseev2016-12-153-26/+39
* Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas2016-12-151-0/+4
* Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.Sergey Fedoseev2016-12-159-37/+105