| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-01 | Added package names to 'Error loading MySQLdb module' error. | Adam Dobrawy | |
| 2016-06-30 | Fixed #21548 -- Added FileExtensionValidator and validate_image_file_extension. | Berker Peksag | |
| 2016-06-30 | Fixed #25292 -- Fixed crash in ManyToManyField.through_fields check. | Andrew Nester | |
| 2016-06-29 | Added Upper/Lower Sorbian translations | Claude Paroz | |
| 2016-06-29 | Added Upper/Lower Sorbian languages | Claude Paroz | |
| 2016-06-29 | Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations. | Jon Dufresne | |
| 2016-06-29 | Fixed #19513, #18580 -- Fixed crash on QuerySet.update() after annotate(). | David Sanders | |
| 2016-06-29 | Added Georgian mapping to contrib/admin/static/admin/js/urlify.js | Lh4cKg | |
| 2016-06-28 | Fixed #26119 -- Fixed URLValidator crash on URLs with brackets. | Christopher Grebs | |
| 2016-06-28 | Fixed #26811 -- Added addButton option to admin inlines JavaScript. | David Sanders | |
| 2016-06-28 | Fixed #24694 -- Added support for context_processors to Jinja2 backend. | Berker Peksag | |
| 2016-06-28 | Fixed #26786 -- Avoided redundant max value validators on integer fields. | Eduard Stepanov | |
| 2016-06-28 | Fixed #15091 -- Allowed passing custom encoder to JSON serializer. | Berker Peksag | |
| 2016-06-28 | Fixed #26171 -- Made MySQL create an index on ForeignKeys with ↵ | Aaron Elliot Ross | |
| db_contraint=False. Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f) to avoid setting db_index=False. | |||
| 2016-06-27 | Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view. | Shabda Raaj | |
| 2016-06-27 | Fixed #26784 -- Made ForeignKey.validate() pass `model` to router if ↵ | Ben Demboski | |
| model_instance=None. | |||
| 2016-06-27 | Fixed #26751 -- Made dbshell exit with the shell's error code. | Étienne BERSAC | |
| 2016-06-27 | Fixed #26709 -- Added class-based indexes. | Akshesh | |
| Added the AddIndex and RemoveIndex operations to use them in migrations. Thanks markush, mjtamlyn, timgraham, and charettes for review and advice. | |||
| 2016-06-27 | Fixed #5897 -- Added the Content-Length response header in CommonMiddleware | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-06-24 | Fixed #26719 -- Normalized email in AbstractUser.clean(). | Bang Dao + Tam Huynh | |
| 2016-06-24 | Refs #12594 -- Removed obsolete exception handling in ↵ | Tim Graham | |
| handle_uncaught_exception(). Since 859fc020a7c5ce30784d6388858ffbc613ef6612, this is no longer needed. | |||
| 2016-06-24 | Refs #17209 -- Added LoginView and LogoutView class-based views | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-06-24 | Refs #24829 -- Made TemplateResponse.content available sooner in exception ↵ | Claude Paroz | |
| context Thanks Tim Graham for the initial patch. | |||
| 2016-06-23 | Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0. | Tim Graham | |
| 2016-06-22 | Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING. | jasisz | |
| 2016-06-21 | Fixed #26781 -- Made table name case change a noop on SQLite. | Simon Charette | |
| SQLite disgresses from the SQL standard by ignoring case of quoted identifiers. Thanks to laozzzi for the report and Tim for the review. | |||
| 2016-06-21 | Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser. | Tim Graham | |
| Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review. | |||
| 2016-06-21 | Fixed #25940 -- Added OGRGeometry.from_gml() and GEOSGeometry.from_gml(). | Sergey Fedoseev | |
| 2016-06-21 | Fixed #26729 -- Allowed overriding a form field's label/help_text in ↵ | Paulo | |
| Form.__init__() for TabularInline. | |||
| 2016-06-21 | Fixed #26785 -- Made Oracle return None rather than empty string for empty ↵ | Sergey Fedoseev | |
| geometries. | |||
| 2016-06-21 | Fixed #26783 -- Fixed SessionMiddleware's empty cookie deletion when using ↵ | Jon Dufresne | |
| SESSION_COOKIE_PATH. | |||
| 2016-06-21 | Fixed #26750 -- Fixed introspection for geography point field with dim=3 | Claude Paroz | |
| Thanks Yegor Kazantsev for the report and the initial patch. | |||
| 2016-06-21 | Corrected firstof template tag's docstring. | Samir Shah | |
| Since Django 1.8, firstof escapes its output. | |||
| 2016-06-20 | Refs #22384 -- Readded RegexURLResolver.reverse(). | Tim Graham | |
| It was removed in 785cc71d5b3300e2702b0b2fc7316e58ca70b563 only because it was untested and unused in Django itself, however, some third-party apps use it. | |||
| 2016-06-20 | Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused ↵ | Loïc Bistuer | |
| by the manager inheritance refactor. This also makes migrations respect the base_manager_name and default_manager_name model options. Thanks Anthony King and Matthew Schinckel for the initial patches. | |||
| 2016-06-20 | Refs #26666 -- Added ALLOWED_HOSTS validation when running tests. | Tobias McNulty | |
| Also used ALLOWED_HOSTS to check for external hosts in assertRedirects(). | |||
| 2016-06-18 | Fixed #26778 -- Fixed ModelSignal.connect() weak argument. | Tim Graham | |
| 2016-06-18 | Fixed #26775 -- Supported dim=3 geography fields | Claude Paroz | |
| Thanks François-Xavier Thomas for the report. | |||
| 2016-06-18 | Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File." | Tim Graham | |
| This reverts commit 1b407050dd53e56686fdd3e168f8cac4f9be8306 as it introduces a regression in the test for refs #26772. | |||
| 2016-06-18 | Fixed #24931 -- Made namespaced RegexURLResolvers populate callback strings. | Markus Holtermann | |
| Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e. Thanks Tim Graham for the review. | |||
| 2016-06-18 | Refs #15667 -- Fixed crash when indexing RadioFieldRenderer with ↵ | Tim Graham | |
| ModelChoiceIterator. Regression in 86573861a95e5a47dc7ff906443117d75b73dca1 | |||
| 2016-06-18 | Fixed #26753 -- Made GDAL a required dependency for contrib.gis | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-06-17 | Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument." | Tim Graham | |
| This reverts commit a52a531a8b34f049fba11c3ee7b010af7534bf90 due to regressions described in refs #26772. | |||
| 2016-06-17 | Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ↵ | Carl Meyer | |
| exception handling. | |||
| 2016-06-16 | Used SQL from DB backend in GeomValue. | Tim Graham | |
| This avoids the deprecated GeomFromText on MySQL (refs #26134). Thanks Claude Paroz for the review. | |||
| 2016-06-16 | Fixed flake8 2.6 warnings. | Tim Graham | |
| 2016-06-15 | Fixed broken links in docs and comments. | Ville Skyttä | |
| 2016-06-14 | Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File. | Hugo Osvaldo Barrera | |
| 914c72be2abb1c6dd860cb9279beaa66409ae1b2 introduced a regression that causes saving a NamedTemporaryFile in a FileField to raise a SuspiciousFileOperation. To remedy this, if a File has an absolute path as a filename, use only the basename as the filename. | |||
| 2016-06-13 | Refs #25645 -- Removed SpatiaLite 3.x compatibility in ↵ | Sergey Fedoseev | |
| gis.db.models.functions.Translate. Complements 47f22e828618581ecd4203d369a939fdfcff3a8b. | |||
| 2016-06-13 | Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL. | Jon Dufresne | |
| Previously, empty values were saved as strings. | |||
