summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-03Added test for ForeignObject.get_extra_descriptor_filter()Alex Hill
2015-08-03Fixed #25194 -- Fixed Korean YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT.Donggi Jung
2015-08-03Made the @register decorator importable from contrib.gis.admin.aroche
2015-08-02Fixed flake8 warning.Tim Graham
2015-08-01Fixed #25089 -- Added password validation to createsuperuser/changepassword.Alex Becker
2015-08-01Removed unnecessary if statement in createsuperuser command.Tim Graham
2015-08-01Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede
2015-08-01Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2015-08-01Fixed #25146 -- Allowed method_decorator() to decorate classes.Rigel Di Scala
2015-08-01Fixed #25204 -- Added missing space in runserver logging.Tim Graham
2015-08-01Fixed #24690 -- Added a warning about mutable defaults for ArrayField/JSONField.Tim Graham
2015-08-01Refs #25176 -- Fixed typo in tests/test_utils/tests.pyTim Graham
2015-08-01Fixed #25176 -- Prevented TestCase.setUpTestData() exception from leaking tra...Adam Chainz
2015-07-31Removed usage of selenium's deprecated switch_to_window() method.Tim Graham
2015-07-31Improved link to the supported versions section of the download page.Tim Graham
2015-07-31Fixed #24720 -- Avoided resolving URLs that don't end in a slash twice in Com...Jay Cox
2015-07-31Refs #25184 -- Started deprecation for contrib.gis.geoip.Flavio Curella
2015-07-31Fixed #25184 -- Added support for MaxMind GeoLite2 database formatFlavio Curella
2015-07-31Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham
2015-07-31Fixed #25188 -- Improved message raised by SimpleTestCase.assertRaisesMessage().Tim Graham
2015-07-31Fixed #25174 -- Moved some details of CheckMessage to the reference guide.Tim Graham
2015-07-31Fixed #25168 -- Documented how to avoid foreign key constraint error after up...Tim Graham
2015-07-31Fixed #25202 -- Fixed typo in docs/topics/auth/customizing.txtTim Graham
2015-07-31Removed unnecessary F() from Func expressions docsAlasdair Nicol
2015-07-30Fixed #25183 -- Fixed non-deterministic GeoIP test.Tim Graham
2015-07-30Fixed #24444 -- Updated contrib.admin to use django-flat-themeelky
2015-07-30Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham
2015-07-30Fixed #25190 -- Deprecated callable_obj parameter to assertRaisesMessage().Tim Graham
2015-07-29Fixed #25163 -- Added hint for non-staff users to admin login page.Luis Visintini
2015-07-29Fixed #25185 -- Added support for functools.partial serialization in migrationsPiper Merriam
2015-07-28Fixed #25186 -- Improved migration's serialization of builtins on Python 2.Piper Merriam
2015-07-28Adjusted SQLCompiler.get_order_by()'s docstring return value.risicle
2015-07-28Fixed #25178 -- Added DEFAULT_FROM_EMAIL to deployment checklist.Tim Graham
2015-07-28Refs #25183 -- Added debugging for non-deterministic GeoIP test.Tim Graham
2015-07-27Refs #18556 -- Fixed a typo in the related manager add() method docs.Simon Charette
2015-07-28Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-07-27Fixed #25159 -- Removed brackets from class/function/method signatures in docs.Tim Graham
2015-07-27Fixed #25142 -- Added PermissionRequiredMixin.has_permission() to allow custo...Akis Kesoglou
2015-07-27Fixed #24127 -- Changed the default current_app to the current namespace.Marten Kenbeek
2015-07-27Fixed #25095 -- Fixed annotate() + values() group by bugMitchell Kotler
2015-07-27Fixed #25110 -- Fixed a test_runner test isolation regression.Joseph Gordon
2015-07-27Fixed typo in docs/ref/middleware.txtjorgecarleitao
2015-07-25Fixed #25166 -- Clarified how auth permissions are created.Tim Graham
2015-07-25Fixed #24623 -- Fixed EmailMessage.attach_file() with text files on Python 3.Konrad Świat
2015-07-25Simplified MANIFEST.inTim Graham
2015-07-25Fixed malformed Sphinx directives.Tim Graham
2015-07-24Fixed #25161 -- Encouraged users to install the latest release in docsAlasdair Nicol
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-07-24Converted tabs to spaces in topics/auth/default.txtTim Graham