summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-12-15Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...Sergey Fedoseev
2016-12-15Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
2016-12-15Fixed #27497 -- Improved support of geodetic coordinates on SpatiaLite.Sergey Fedoseev
2016-12-15Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.Sergey Fedoseev
2016-12-15Fixed #27607 -- Added Oracle support for AsGML GIS function.Sergey Fedoseev
2016-12-15Optimized Model instantiation a bit.Adam Chainz
2016-12-15Refs #27558 -- Isolated indexes test on MySQL.Tim Graham
2016-12-15Corrected docs claiming AsGML is supported on Oracle.Tim Graham
2016-12-15Improved testing of num_seg kwarg of BoundingCircle GIS function.Sergey Fedoseev
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-12-15Fixed #25751 -- Doc'd how to use JavaScriptCatalog with i18n_patterns().Ben Wilkins
2016-12-15Used assertRaisesMessage() in template_backends tests.Tim Graham
2016-12-15Simplified a GIS test by using an SRID available on all backends.Sergey Fedoseev
2016-12-14Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.Waldemar Kornewald
2016-12-14Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott
2016-12-14Used ternary if/else in utils.lorem_ipsum.words().Michael Lelyakin
2016-12-14Fixed missing versionadded/changed annotations on docs.djangoproject.com.Tim Graham
2016-12-14Fixed #27599 -- Fixed Field.__str__() crash for fields not attached to models.Morgan Aubert
2016-12-14Added Prefetch import to first use in QuerySet docs.Perry Roper
2016-12-14Moved test_field_ordering to the model_fields package.Morgan Aubert
2016-12-14Fixed #27598 -- Allowed specifying directories for a filesystem template loader.Tim Graham
2016-12-14Fixed #27594 -- Fixed select_related() with reverse self-referential OneToOne...Daniel Hillier
2016-12-14Fixed #27592 -- Doc'd that QueryDict iter methods are Python 2 only.Tim Graham