summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2016-04-01[1.9.x] Fixed #25532 -- Properly redisplayed JSONField form input valuesClaude Paroz
2016-03-25[1.9.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham
2016-03-17[1.9.x] Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn'...Berker Peksag
2016-03-14[1.9.x] Fixed #26334 -- Removed whitespace stripping from contrib.auth passwo...Vincenzo Pandolfo
2016-03-12[1.9.x] Fixed a few docstring typos.Noenglish Professorbut
2016-03-11[1.9.x] Removed unneeded GeoManagers in tests.Tim Graham
2016-03-08[1.9.x] Fixed a dead link in django/contrib/sitemaps/__init__.py.Tim Graham
2016-03-01[1.9.x] Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during lo...Florian Apolloner
2016-02-26[1.9.x] Fixed #26286 -- Prevented content type managers from sharing their ca...Simon Charette
2016-02-25[1.9.x] Fixed #26231 -- Used .get_username in admin login template.Sjoerd Job Postmus
2016-02-16[1.9.x] Fixed #26215 -- Fixed RangeField/ArrayField serialization with None v...Claude Paroz
2016-02-11[1.9.x] Fixed typo in django/contrib/auth/base_user.py comment.Charlie Denton
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