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-07-29
[1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...
Jannis Leidel
2013-07-25
[1.5.x] Fixed #20679 -- Corrected CachedFilesMixin.post_process docstring.
Tim Graham
2013-07-22
[1.5.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap output
Claude Paroz
2013-07-10
[1.5.x] Fixed #20075 -- Fixed session test fail when using a cache other than...
Mathijs de Bruin
2013-07-04
[1.5.x] Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.
Tim Graham
2013-07-03
[1.5.x] Fixed #20695 -- Fixed contrib.humanize translation syntax errors
Claude Paroz
2013-06-29
[1.5.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.
Tim Graham
2013-05-24
[1.5.x] Rotate CSRF token on login
Andrew Godwin
2013-04-14
[1.5.x] Fixed geojson detection with Spatialite
Claude Paroz
2013-03-29
[1.5.x] Fixed spelling errors
Gavin Wahl
2013-03-28
Updated translations from Transifex
Claude Paroz
2013-03-27
[1.5.x] Fixed #20078: don't allow filtering on password in the user admin.
Jacob Kaplan-Moss
2013-03-23
[1.5.x] Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to ...
Russell Keith-Magee
2013-03-17
[1.5.x] Stopped using non-standard __globals__ and __code__ attributes.
Aymeric Augustin
2013-03-13
[1.5.x] Fixed #20036 -- Improved GEOS version string parsing
Claude Paroz
2013-03-02
[1.5.x] Fixed #19933 -- Catched ValueError in get_system_username
Claude Paroz
2013-02-25
[1.5.x] Fixed #18144 -- Restored compatibility with SHA1 hashes with empty salt.
Aymeric Augustin
2013-02-25
[1.5.x] Updated translations
Claude Paroz
2013-02-23
[1.5.X] Fixed #19850 -- Use configured staticfiles storage to find the URL of...
Jannis Leidel
2013-02-21
[1.5.x] Made a couple of selenium tests wait for page loaded
Anssi Kääriäinen
2013-02-19
[1.5.x] Checked object permissions on admin history view.
Carl Meyer
2013-02-19
[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...
Carl Meyer
2013-02-15
[1.5.x] Fixed geos test to prevent random failure
Claude Paroz
2013-02-15
[1.5.x] Avoided unneeded assertion on Python 3
Claude Paroz
2013-02-15
[1.5.x] Fixed #19807 -- Sanitized getpass input in createsuperuser
Claude Paroz
2013-02-15
[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...
Russell Keith-Magee
2013-02-12
[1.5.x] Fix admindocs on Python 3, where None cannot be sorted with strings.
Carl Meyer
2013-02-09
[1.5.x] Made modwsgi groups_for_user consistent with check_password
Preston Holmes
2013-02-08
[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMid...
Claude Paroz
2013-02-08
[1.5.x] Fixed #19776 -- Added missing import for backport
Preston Holmes
2013-02-07
[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fields
Preston Holmes
2013-02-07
[1.5.x] Fixed #19772 -- Handled APPEND_SLASH correctly in the redirects app.
Aymeric Augustin
2013-02-06
[1.5.x] Fixed #19745 -- Forced resolution of verbose names in createsupersuser
Claude Paroz
2013-02-04
[1.5.x] Updated translations (bn/es/eu/lb/mn)
Claude Paroz
2013-02-04
[1.5.x] Fixed #19725 -- Made createsuperuser handle non-ascii prompts
Claude Paroz
2013-02-02
[1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder....
Julien Phalip
2013-02-02
[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...
Nick Sandford
2013-02-02
[1.5.x] Lowered field ordering requirement in ogrinspect test
Claude Paroz
2013-02-02
[1.5.x] Added missing parentheses in if clause
Claude Paroz
2013-02-02
[1.5.x] Fixed #18144 -- Added backwards compatibility with old unsalted MD5 p...
Claude Paroz
2013-01-31
[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...
Aymeric Augustin
2013-01-29
[1.5.x] Fixed typos in docs and comments
Tim Graham
2013-01-22
[1.5.x] Fixed #19477 - Documented generic_inlineformset_factory
Tim Graham
2013-01-22
[1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the au...
Florian Apolloner
2013-01-15
Updated contrib apps translations
Claude Paroz
2013-01-15
Updated localflavor translations
Claude Paroz
2013-01-12
[1.5.x] Fixed #18026 -- Don't return an anonymous dict if extra_data in stora...
Stephan Jaekel
2013-01-10
[1.5.x] Fixed #19573 -- Allow override of username field label in Authenticat...
Nick Sandford
[next]