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-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 outputClaude 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 errorsClaude 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 loginAndrew Godwin
2013-04-14[1.5.x] Fixed geojson detection with SpatialiteClaude Paroz
2013-03-29[1.5.x] Fixed spelling errorsGavin Wahl
2013-03-28Updated translations from TransifexClaude 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 parsingClaude Paroz
2013-03-02[1.5.x] Fixed #19933 -- Catched ValueError in get_system_usernameClaude 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 translationsClaude 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 loadedAnssi 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 failureClaude Paroz
2013-02-15[1.5.x] Avoided unneeded assertion on Python 3Claude Paroz
2013-02-15[1.5.x] Fixed #19807 -- Sanitized getpass input in createsuperuserClaude 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_passwordPreston 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 backportPreston Holmes
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston 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 createsupersuserClaude 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 promptsClaude 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 testClaude Paroz
2013-02-02[1.5.x] Added missing parentheses in if clauseClaude 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 commentsTim Graham
2013-01-22[1.5.x] Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-22[1.5.X] Fixed #19596 -- Use `_default_manager` instead of `objects` in the au...Florian Apolloner
2013-01-15Updated contrib apps translationsClaude Paroz
2013-01-15Updated localflavor translationsClaude 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