summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-02-01[1.9.x] Fixed incorrect permissions check for admin's "Save as new".Myk Willis
2016-01-28[1.9.x] Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2016-01-28[1.9.x] Fixed #26138 -- Ensured geometry_field's geometry is always serializedClaude Paroz
2016-01-21[1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky
2016-01-09[1.9.x] Fixed a typo in BCryptPasswordHasher docstringMatt Robenolt
2016-01-08[1.9.x] Refs #24980 -- Fixed incorrect timezone handling in admin calendar wi...Alexander Gaevsky
2016-01-08[1.9.x] Fixed #25997 -- Removed redundant escaping in admin's edit related mo...Alexander Gaevsky
2016-01-07[1.9.x] Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2016-01-06[1.9.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout p...Scott Pashley
2016-01-02[1.9.x] Fixed #26016 -- Restored contrib.auth hashers compatibility with py-b...Tim Graham
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.Tim Graham
2015-12-31[1.9.x] Updated translations from TransifexClaude Paroz
2015-12-29[1.9.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fie...Alexander Gaevsky
2015-12-23[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs e...Tim Graham
2015-12-21[1.9.x] Fixed #25903 -- Fixed the admin's list_editable add/change buttons.Tim Graham
2015-12-17[1.9.x] Fixed #25845 -- Fixed incorrect timezone warnings in custom admin tem...Sven Grunewaldt
2015-12-10[1.9.x] Fixed #25883 -- Fixed admin deletion page summary counts for related ...Sergey Fedoseev
2015-12-07[1.9.x] Fixed #25867 -- Fixed a system check crash with nested ArrayFields.Simon Charette
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-01[1.9.x] Pulled contrib translations from TransifexClaude Paroz
2015-11-30[1.9.x] Fixed #25827 -- Removed extra spacing in admin's DateTimeField.elky
2015-11-25[1.9.x] Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt
2015-11-15[1.9.x] Updated contrib.admin translation catalogClaude Paroz
2015-11-14[1.9.x] Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
2015-11-07[1.9.x] Removed ability to pass a geometry string to GIS functionsClaude Paroz
2015-11-02[1.9.x] Fixed #25661 -- Fixed checking number of points during list assignmen...Sergey Fedoseev
2015-10-29[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field...Simon Charette
2015-10-29[1.9.x] Fixed #25631 -- Fixed support detection for some DB functions in Spat...Sergey Fedoseev
2015-10-29[1.9.x] Fixed #25630 -- Replaced `AsGeoHash` with `GeoHash` in unsupported GI...Sergey Fedoseev
2015-10-27[1.9.x] Fixed #25596 -- Fixed regression in password change view with custom ...Tim Graham
2015-10-27[1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ...Tim Graham
2015-10-22[1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookupClaude Paroz
2015-10-19[1.9.x] Fixed #25566 -- Added title to admin's closing popup response pageVille Skyttä
2015-10-19[1.9.x] Fixed #25565 -- Removed action="" from admin forms (invalid in HTML5).Ville Skyttä
2015-10-17[1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks.Yusuke Miyazaki
2015-10-10[1.9.x] Pluralized translatable strings in password_validation.pyClaude Paroz
2015-10-10[1.9.x] Simplified translatable string in admindocs templateClaude Paroz
2015-10-09[1.9.x] Updated translation catalogsClaude Paroz
2015-10-09[1.9.x] Fixed #25533 -- Changed datatype mapping for GDALRastersDaniel Wiesmann
2015-10-02[1.9.x] Refs #13637 -- Removed unused code in GenericRelatedObjectManagerTim Graham
2015-09-28[1.9.x] Refs #16860 -- Fixed password help text when there aren't any validat...Antoine Catton
2015-09-24[1.9.x] Fixed #25457 -- Improved formatting of password validation errors in ...Tzu-ping Chung
2015-09-23Fixed #25378 -- Improved tab through experience in admin.Ryan Allen
2015-09-23Fixed #25448 -- Eased GISLookup subclassing with custom lookupsClaude Paroz
2015-09-22Fixed #24509 -- Added Expression support to SQLInsertCompilerAlex Hill
2015-09-21Renamed descriptor classes for related objects.Aymeric Augustin
2015-09-21Fixed #15760 -- Added JavaScript events for admin inline forms.ramez
2015-09-21Fixed #24688 -- Added Oracle support for new-style GIS functions.Jani Tiainen
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-09-18Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar