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-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-03
Used 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 SRID
Claude Paroz
2013-09-03
[1.6.x] Isolated map creation JS code
Claude Paroz
2013-09-03
[1.6.x] Prevented rendering attrs to be squashed in OSMWidget
Claude Paroz
2013-09-03
[1.6.x] Fixed syntax error in OSMWidget
Claude Paroz
2013-09-02
[1.6.x] Fixed gis test to run on non gis-enabled settings
Claude Paroz
2013-09-02
[1.6.x] Fixed #20998 -- Allow custom (de)serialization for GIS widgets
Claude 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 introspection
Harm Geerts
2013-08-16
[1.6.x] Updated translation templates
Claude 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-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
[next]