index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2013-08-13
Apply autoescaping to AdminURLFieldWidget.
Jacob Kaplan-Moss
2013-08-13
Fixed 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 #15961
Tim 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 tests
Claude 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 #16630
Tim 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 output
Claude Paroz
2013-07-21
[1.6.x] Fixed #13696 -- ensured inline pk field is rendered
Karen 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 2bf403ecbd95
Claude 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-27
Fixed #20664 -- Fixed a bug with raw_id_fields on Python 3.
Tim Graham
2013-06-27
Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms
Andrew Godwin
2013-06-27
Fixed #20541 -- don't raise db signals twice when creating superuser
Anton Baklanov
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-25
Fixed #19773 - Added admin/popup_response.html template.
Javier Mansilla
2013-06-19
Itty bitty typo fix.
Christian Metts
2013-06-19
Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.
Loic Bistuer
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-18
Merge pull request #1281 from loic/ticket6903
Aymeric Augustin
2013-06-19
Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...
Loic Bistuer
2013-06-18
Fixed #20079 -- Improve security of password reset tokens
Erik Romijn
2013-06-18
Fixed #20593 -- Allow blank passwords in check_password() and set_password()
Erik Romijn
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-16
Fixed #20464 -- Added a `total_error_count` method on formsets.
Baptiste Mispelon
2013-06-15
Worked around Python 3.3 modified exception repr
Claude Paroz
2013-06-15
Fixed #20599 -- Changed wording of ValueError raised by _load_library
Jaap Roes
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-06-07
Fixed #19925 - Added validation for REQUIRED_FIELDS being a list
Chris Streeter
2013-06-06
Fixed #20502 (again) -- More i18n cache flush in tests
Claude Paroz
2013-06-06
Merge pull request #1245 from oinopion/list_select_related
Marc Tamlyn
2013-06-05
Fixed #19080 -- Fine-grained control over select_related in admin
Tomek Paczkowski
2013-06-05
Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet
Bojan Mihelac
[next]