summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-27Refs #26034 -- Corrected a schema test to work with the correct field state.Jon Dufresne
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-06-27Added missing trailing '$' to url() patterns in docs.Ramiro Morales
2016-06-27Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validation.txt.Anderson Resende
2016-06-27Fixed #5897 -- Added the Content-Length response header in CommonMiddlewareClaude Paroz
2016-06-24Fixed #26795 -- Factored out get_changes() in test_autodetector.py.akki
2016-06-24Fixed #26719 -- Normalized email in AbstractUser.clean().Bang Dao + Tam Huynh
2016-06-24Refs #12594 -- Removed obsolete exception handling in handle_uncaught_excepti...Tim Graham
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-24Refs #24829 -- Made TemplateResponse.content available sooner in exception co...Claude Paroz
2016-06-23Removed a test workaround for some old GDAL 1.7.x versions.Tim Graham
2016-06-23Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.Tim Graham
2016-06-22Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING.jasisz
2016-06-22Fixed typo in 1.11 release notes.Zbigniew Siciarz
2016-06-22Fixed a heading typo in docs/releases/1.11.txtTim Graham
2016-06-22Fixed typo in docs/topics/logging.txtJohn-Scott Atlakson
2016-06-21Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-06-21Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.Tim Graham
2016-06-21Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml().Sergey Fedoseev
2016-06-21Fixed #26787 -- Documented deleting and reloading of model instance fields.Tim Graham
2016-06-21Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__i...Paulo
2016-06-21Fixed #26785 -- Made Oracle return None rather than empty string for empty ge...Sergey Fedoseev
2016-06-21Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using SE...Jon Dufresne
2016-06-21Fixed #26750 -- Fixed introspection for geography point field with dim=3Claude Paroz
2016-06-21Corrected firstof template tag's docstring.Samir Shah
2016-06-20Refs #22384 -- Readded RegexURLResolver.reverse().Tim Graham
2016-06-20Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by...Loïc Bistuer
2016-06-20Fixed #26776 -- Documented url()'s view argument.Andrew Nester
2016-06-20Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty
2016-06-20Fixed typo in docs/topics/db/managers.txtTim Graham
2016-06-18Fixed #26778 -- Fixed ModelSignal.connect() weak argument.Tim Graham
2016-06-18Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
2016-06-18Refs #26772 -- Added a test for FileField reopening closed files.Paul J Stevens
2016-06-18Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."Tim Graham
2016-06-18Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings.Markus Holtermann
2016-06-18Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with ModelChoiceI...Tim Graham
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-17Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."Tim Graham
2016-06-17Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner
2016-06-17Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...Carl Meyer
2016-06-17Moved old-middleware tests in preparation for adding new tests.Carl Meyer
2016-06-17Fixed #26774 -- Corrected value of default_zoom in GeoModelAdmin docKrzysztof Jurewicz
2016-06-17Improved debugging of failed middleware_exceptions tests.Carl Meyer
2016-06-16Used SQL from DB backend in GeomValue.Tim Graham
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-16Fixed flake8 2.6 warnings.Tim Graham
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-15Refs #14030 -- Updated docs per "Improved expression support for python values."Sergey Fedoseev
2016-06-15Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
2016-06-14Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.Hugo Osvaldo Barrera