summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-01Added package names to 'Error loading MySQLdb module' error.Adam Dobrawy
2016-07-01Fixed a urlpatterns_reverse test on Python 2 non-ASCII path.Tim Graham
2016-07-01Added parallel test running to "Speeding up the tests" docs.Harry Moreno
2016-06-30Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension.Berker Peksag
2016-06-30Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
2016-06-30Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check.Andrew Nester
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-29Removed contrib-messages entry in Transifex config fileClaude Paroz
2016-06-29Added Upper/Lower Sorbian languagesClaude Paroz
2016-06-29Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations.Jon Dufresne
2016-06-29Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate().David Sanders
2016-06-29Added a test for updating an annotated queryset.David Sanders
2016-06-29Added Georgian mapping to contrib/admin/static/admin/js/urlify.jsLh4cKg
2016-06-29Avoided db queries in test_indentation_whitespace.Berker Peksag
2016-06-28Refs #23386 -- Documented that F() expressions are applied on each model.save()Tsering
2016-06-28Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.Christopher Grebs
2016-06-28Fixed #26811 -- Added addButton option to admin inlines JavaScript.David Sanders
2016-06-28Fixed #24694 -- Added support for context_processors to Jinja2 backend.Berker Peksag
2016-06-28Used strict comparison in docs/ref/csrf.txt's JavaScript.Camilo Nova
2016-06-28Fixed #26786 -- Avoided redundant max value validators on integer fields.Eduard Stepanov
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-28Fixed #15091 -- Allowed passing custom encoder to JSON serializer.Berker Peksag
2016-06-28Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...Aaron Elliot Ross
2016-06-28Improved test assertion in wsgi testsClaude Paroz
2016-06-27Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.Shabda Raaj
2016-06-27Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if model_in...Ben Demboski
2016-06-27Fixed #26751 -- Made dbshell exit with the shell's error code.Étienne BERSAC
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