summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Bumped version for 1.10 beta 1.1.10b1Tim Graham
2016-06-21[1.10.x] Fixed #26785 -- Made Oracle return None rather than empty string for...Sergey Fedoseev
2016-06-21[1.10.x] Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-06-21[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...Tim Graham
2016-06-21[1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance ...Tim Graham
2016-06-21[1.10.x] Fixed #26729 -- Allowed overriding a form field's label/help_text in...Paulo
2016-06-21[1.10.x] Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when...Jon Dufresne
2016-06-21[1.10.x] Fixed #26750 -- Fixed introspection for geography point field with d...Claude Paroz
2016-06-21[1.10.x] Corrected firstof template tag's docstring.Samir Shah
2016-06-20[1.10.x] Refs #22384 -- Readded RegexURLResolver.reverse().Tim Graham
2016-06-20[1.10.x] Fixed #26643 -- Prevented unnecessary AlterModelManagers operations ...Loïc Bistuer
2016-06-20[1.10.x] Fixed #26776 -- Documented url()'s view argument.Andrew Nester
2016-06-20[1.10.x] Fixed typo in docs/topics/db/managers.txtTim Graham
2016-06-18[1.10.x] Fixed #26778 -- Fixed ModelSignal.connect() weak argument.Tim Graham
2016-06-18[1.10.x] Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
2016-06-18[1.10.x] Refs #26772 -- Added a test for FileField reopening closed files.Paul J Stevens
2016-06-18[1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with F...Tim Graham
2016-06-18[1.10.x] Fixed #24931 -- Made namespaced RegexURLResolvers populate callback ...Markus Holtermann
2016-06-18[1.10.x] Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with Mod...Tim Graham
2016-06-17[1.10.x] Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode arg...Tim Graham
2016-06-17[1.10.x] Added urlpatterns variable in docs/topics/http/urls.txt.Trey Hunner
2016-06-17[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ...Carl Meyer
2016-06-17[1.10.x] Moved old-middleware tests in preparation for adding new tests.Carl Meyer
2016-06-17[1.10.x] Improved debugging of failed middleware_exceptions tests.Carl Meyer
2016-06-16[1.10.x] Used SQL from DB backend in GeomValue.Tim Graham
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-16[1.10.x] Fixed flake8 2.6 warnings.Tim Graham
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-15[1.10.x] Refs #14030 -- Updated docs per "Improved expression support for pyt...Sergey Fedoseev
2016-06-15[1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
2016-06-14[1.10.x] Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.Hugo Osvaldo Barrera
2016-06-14[1.10.x] Removed usage of a deprecated unittest assertion.Ville Skyttä
2016-06-14[1.10.x] Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-10[1.10.x] Fixed #26742 -- Fixed action select color in admin changelist.Dmitry Medvinsky
2016-06-09[1.10.x] Fixed #21588 -- Corrected handler initialization in "modifying uploa...Berker Peksag
2016-06-09[1.10.x] Fixed typo in docs/intro/tutorial07.txtJohn Karahalis
2016-06-08[1.10.x] Fixed #26702 -- Documented how to change the base class of a custom ...Baylee Feore
2016-06-07[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.Tommy Beadle
2016-06-07[1.10.x] Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style...Brett Haydon
2016-06-07[1.10.x] Fixed typos in db/models/fields/related_descriptors.pyPaulo
2016-06-06[1.10.x] Added some links to the TypedChoiceField docs.Jon Dufresne
2016-06-06[1.10.x] Fixed #26713 -- Documented resolving deprecation warnings before upg...Tom Christie
2016-06-06[1.10.x] Documented known Python 3.5+ test failures in contributing tutorial.Tim Graham
2016-06-06[1.10.x] Refs #26474, DEP 0003 -- Added blanket.js source file.Pyie Zone
2016-06-06[1.10.x] Refs #16501, #26474 -- Added xregexp.js source file.Pyie Zone
2016-06-06[1.10.x] Linked to upgrade guide from release notes.Tom Christie
2016-06-04[1.10.x] Added stub release notes for 1.9.8.Tim Graham
2016-06-04[1.10.x] Added release date for 1.9.7.Tim Graham
2016-06-04[1.10.x] Fixed #25127 -- Documented how to organize models in a package.Evan Palmer
2016-06-04[1.10.x] Used snippet directive in file upload example.Berker Peksag