summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-09-15[1.6.x] Ensure that passwords are never long enough for a DoS.Russell Keith-Magee
2013-09-10[1.6.x] Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-09-05[1.6.x] Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-03Used six.moves.zip_longest, new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Replaced "not PY3" by "PY2", new in six 1.4.0.Aymeric Augustin
2013-09-03[1.6.x] Fixed #21003 -- Ensured geometry widget return value has SRIDClaude Paroz
2013-09-03[1.6.x] Isolated map creation JS codeClaude Paroz
2013-09-03[1.6.x] Prevented rendering attrs to be squashed in OSMWidgetClaude Paroz
2013-09-03[1.6.x] Fixed syntax error in OSMWidgetClaude Paroz
2013-09-02[1.6.x] Fixed gis test to run on non gis-enabled settingsClaude Paroz
2013-09-02[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz
2013-08-29[1.6.x] Fixed #16433 -- Fixed a help_text/read only field interaction that ca...Tim Graham
2013-08-22[1.6.x] Fixed #20922 -- Allowed customizing the serializer used by contrib.se...Tim Graham
2013-08-16[1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts
2013-08-16[1.6.x] Updated translation templatesClaude Paroz
2013-08-16[1.6.x] Revert "Fixed #18491 -- deleting a proxy doesn't show warning about c...Tim Graham
2013-08-15[1.6.x] Fixed #20895 -- Made check management command warn if a BooleanField ...Alasdair Nicol
2013-08-13[1.6.x] Fixed overflow for the "Recent Actions" widget on the admin index.Loic Bistuer
2013-08-13Apply autoescaping to AdminURLFieldWidget.Jacob Kaplan-Moss
2013-08-13Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.Jacob Kaplan-Moss
2013-08-06[1.6.x] Fixed #20865 -- Fixed raw_id_fields to work with callable limit_choic...Collin Anderson
2013-08-04[1.6.x] Fixed backport error in previous commit; refs #15961Tim Graham
2013-08-04[1.6.x] Moved get_search_results from BaseModelAdmin to ModelAdmin.Loic Bistuer
2013-08-02[1.6.x] Fixed #18923 -- Corrected usage of sensitive_post_parameters in contr...Tim Graham
2013-08-02[1.6.x] Fixed LogEntry.get_admin_url() for non-existent models.Petr DlouhĂ˝
2013-08-02[1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypas...Loic Bistuer
2013-08-02[1.6.x] Fixed #20838 -- Fixed Geodjango spatialrefsys test failure with postg...Harm Geerts
2013-08-02[1.6.x] Tweaked proj string regex in gis testsClaude Paroz
2013-07-30[1.6.x] Fixed a test that could fail depending on PASSWORD_HASHERS.Aymeric Augustin
2013-07-26[1.6.x] Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham
2013-07-26[1.6.x] Updated contrib.admin to use Email/URLInputs; refs #16630Tim Graham
2013-07-25[1.6.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.Tim Graham
2013-07-23[1.6.x] Fixed #20760 -- Reduced timing variation in ModelBackend.Aymeric Augustin
2013-07-23[1.6.x] Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev
2013-07-22[1.6.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2013-07-21[1.6.x] Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-07-18[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-07-09[1.6.x] Partial revert of commit 2bf403ecbd95Claude Paroz
2013-07-05[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-04[1.6.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
2013-07-03[1.6.x] Fixed #20675 -- `check_password` should work when no password is spec...Simon Charette
2013-07-01[1.6.x] Updated tests for deprecation of Option.get_(add|change|delete)_permi...Tim Graham
2013-06-29[1.6.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-29[1.6.x] Removed obsolete comment. Refs #20079.Aymeric Augustin
2013-06-27Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.Tim Graham
2013-06-27Fixed #20244: PermissionsMixin now defines a related_query_name for M2MsAndrew Godwin
2013-06-27Fixed #20541 -- don't raise db signals twice when creating superuserAnton Baklanov
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-06-25Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla