summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
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
2013-06-19Itty bitty typo fix.Christian Metts
2013-06-19Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.Loic Bistuer
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-18Merge pull request #1281 from loic/ticket6903Aymeric Augustin
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Fixed #20079 -- Improve security of password reset tokensErik Romijn
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-15Worked around Python 3.3 modified exception reprClaude Paroz
2013-06-15Fixed #20599 -- Changed wording of ValueError raised by _load_libraryJaap Roes
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-07Fixed #19925 - Added validation for REQUIRED_FIELDS being a listChris Streeter
2013-06-06Fixed #20502 (again) -- More i18n cache flush in testsClaude Paroz
2013-06-06Merge pull request #1245 from oinopion/list_select_relatedMarc Tamlyn
2013-06-05Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski
2013-06-05Fixed #17927 -- Added initial values support for BaseGenericInlineFormSetBojan Mihelac