summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2013-11-05[1.6.x] Pulled Transifex translations for contrib appsClaude Paroz
2013-10-26[1.6.x] Removed relative usage of import_moduleClaude Paroz
2013-10-22[1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils.Ramiro Morales
2013-10-21[1.6.x] Force update of the password on iteration count changes.Florian Apolloner
2013-10-19[1.6.x] Fixed #21291 -- Ensured inactive users cannot reset their passwordsClaude Paroz
2013-10-19[1.6.x] Cleaned formatting/comments in PasswordResetFormTestClaude Paroz
2013-10-18[1.6.x] Fixed bug causing CSRF token not to rotate on login.Tim Graham
2013-10-14[1.6.x] Imported custom user classes in tests depending on itClaude Paroz
2013-10-09[1.6.x] Updated auth translation templateClaude Paroz
2013-10-08[1.6.x] Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-10-02[1.6.x] Fixed #21129 -- Prevented admin filter params modifications from thro...tschilling
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-28[1.6.x] Fixed #21186: Fixed regression when using date fields in the admin's ...Baptiste Mispelon
2013-09-24Revert "[1.6.x] Ensure that passwords are never long enough for a DoS."Florian Apolloner
2013-09-24[1.6.x] Marked PermissionsMixin.user_permissions help_text for translationMichał Lech
2013-09-19[1.6.x] Increased default PBKDF2 iterationsPaul McMillan
2013-09-17[1.6.x] Final attempt to solve sporadic test failures.Florian Apolloner
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