summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-08-04Fixed #27020 -- Used a context manager to close files.Ville Skyttä
2016-08-04Fixed #27010 -- Made Argon2PasswordHasher decode with ASCII.Tim Graham
2016-08-03Fixed #26997 -- Fixed checks crash with empty Meta.default_permissions.Sergey Yurchenko
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-07-31Fixed #26972 -- Fixed is_collection definition in MapWidget initializationClaude Paroz
2016-07-28Refs #26657 -- Fixed a crash induced by invalid WKT returned by MySQL 5.7.5+.Sergey Fedoseev
2016-07-28Fixed #26657 -- Made GeomValue omit SRID for MySQL.Sergey Fedoseev
2016-07-28Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logo...Andrew Nester
2016-07-27Fixed #26949 -- Fixed crash of disabled forms.JSONField.Olexander Yermakov
2016-07-22Fixed #26882 -- Added tests for auth.views.logout_then_login().Andrew Nester
2016-07-21Removed duplicate admin CSS selector.Chad Whitman
2016-07-21Fixed #25454 -- Ensured register_hstore_handler is called for all connectionsClaude Paroz
2016-07-18Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-18Removed unnecessary looping in sqlite3 SchemaEditor.akki
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-07-15Updated contrib.postgres translation catalogClaude Paroz
2016-07-12Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme.Andrew Nester
2016-07-09Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.Kenneth
2016-07-03Fixed #18682 -- Expanded explanation in stale content type deletion. (#6869)Erik Romijn
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-29Added Georgian mapping to contrib/admin/static/admin/js/urlify.jsLh4cKg
2016-06-28Fixed #26811 -- Added addButton option to admin inlines JavaScript.David Sanders
2016-06-27Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.Shabda Raaj
2016-06-24Fixed #26719 -- Normalized email in AbstractUser.clean().Bang Dao + Tam Huynh
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
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 #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-18Fixed #26775 -- Supported dim=3 geography fieldsClaude Paroz
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2016-06-17Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception...Carl Meyer
2016-06-16Used SQL from DB backend in GeomValue.Tim Graham
2016-06-16Fixed flake8 2.6 warnings.Tim Graham
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-13Refs #25645 -- Removed SpatiaLite 3.x compatibility in gis.db.models.function...Sergey Fedoseev
2016-06-13Fixed #26748 -- Allowed overriding JSONField's widget with an attribute.Charlie Denton
2016-06-11Fixed #26736 -- Fixed crashes in SpatialReference with non-ASCII characters.Sergey Fedoseev
2016-06-10Fixed #26742 -- Fixed action select color in admin changelist.Dmitry Medvinsky
2016-06-09Fixed #4548 -- Added username hint to admin's change_password form.Oliver Sauder
2016-06-08Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...krishbharadwaj
2016-06-07Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware.Brett Haydon
2016-06-06Refs #16501, #26474 -- Added xregexp.js source file.Pyie Zone
2016-06-04Fixed #19963 -- Added support for date_hierarchy across relations.Vytis Banaitis
2016-06-02Fixed #26672 -- Fixed HStoreField to raise ValidationError instead of crashin...Brad Melin
2016-06-02Fixed #26617 -- Added distinct argument to contrib.postgres's StringAgg.Rustam Kashapov
2016-06-01Refs #25645 -- Removed SpatiaLite 3.x compatibility in SpatialiteSpatialRefSy...Sergey Fedoseev
2016-06-01Fixed #26675 -- Dropped support for PostgreSQL 9.2/PostGIS 2.0.Tim Graham