summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2012-03-02Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...Jannis Leidel
2012-03-02Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage that pre...Jannis Leidel
2012-03-02Fixed #17734 -- Made sure to only redirect translated URLs if they can actual...Jannis Leidel
2012-03-02Modified the error when SECRET_KEY is missing to be a DeprecationWarning.Paul McMillan
2012-03-01Fixed #17737 -- Stopped the collectstatic management command from copying the...Jannis Leidel
2012-03-01Fixed #17800 -- Prevented Django from starting without a SECRET_KEY, since th...Aymeric Augustin
2012-03-01Corrected contrib.markup filter errors to not use misleading template syntax.Carl Meyer
2012-03-01Fixed #17730 - Renamed django.utils.htmlparser to django.utils.html_parser to...Carl Meyer
2012-03-01Fixed #17696 - Queryset prefetch_related() ignores using()Luke Plant
2012-02-29Fixes #17777 and makes tests run again.Paul McMillan
2012-02-29Fixed #17796 -- Rolled back [17588] because the fix for the original relativelyRamiro Morales
2012-02-29Avoided importing _mysql directly. Refs #17755.Aymeric Augustin
2012-02-28Fixed #17786 (again) -- Ensured destruction of test databases works under Ora...Aymeric Augustin
2012-02-28Fixed #17668 - prefetch_related does not work in in_bulkLuke Plant
2012-02-28Fixed #17786 -- Exception when running the tests under Oracle, during the des...Aymeric Augustin
2012-02-27Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...Aymeric Augustin
2012-02-27Fixed #17755 -- Ensured datetime objects that bypass the model layer (for ins...Aymeric Augustin
2012-02-26Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ...Aymeric Augustin
2012-02-26Added file missed in r17588.Ramiro Morales
2012-02-26Fixed #15169 -- Corrected handling of model boolean fields in MySQL spatial b...Ramiro Morales
2012-02-23Improved get_random_string().Paul McMillan
2012-02-23Cleanup to use get_random_string consistently.Paul McMillan
2012-02-23Added some Selenium tests for the admin's filter_horizontal and filter_vertic...Julien Phalip
2012-02-22Fixed #17728 -- When filtering an annotation, ensured the values used in the ...Aymeric Augustin
2012-02-22Stopped hiding the original exception's message when a selenium driver's inst...Julien Phalip
2012-02-22Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...Carl Meyer
2012-02-22Don't let ALLOWED_INCLUDE_ROOTS be accidentally set to a string rather than a...Chris Beaven
2012-02-21Improved CSRF error message.Paul McMillan
2012-02-21Fixed #17660 -- Standardize extends tag token parsingChris Beaven
2012-02-19Moved an import statement to handle the case where selenium isn't installed.Julien Phalip
2012-02-19Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...Julien Phalip
2012-02-18Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the reque...Jannis Leidel
2012-02-18Prevented the generic views from automatically creating a HEAD method when th...Aymeric Augustin
2012-02-18Fixed #17674 -- DECIMAL_SEPARATOR and THOUSAND_SEPARATOR were swapped in the ...Aymeric Augustin
2012-02-17Changed various non-breaking space characters from [17478] to use the code re...Adrian Holovaty
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-17Fixed missing periods in django-admin help for startproject from [17432]Adrian Holovaty
2012-02-16Fixed #17689 -- Stopped the CachedStaticFilesStorage from trying to hash path...Jannis Leidel
2012-02-16Bump version numbers for 1.4 beta 1.James Bennett
2012-02-16Fix broken test introduced by r17526.Paul McMillan
2012-02-16Use Python's changed comparisons, which makes this a bit more readable.Alex Gaynor
2012-02-16Fixed #17693. Input validation and tests for base36 conversion utils. Thanks ...Paul McMillan
2012-02-14Fixed #17675 -- Changed the implementation of the {% regroup %} template tag ...Aymeric Augustin
2012-02-14Stopped the collectstatic management from being wastful with file handlers. R...Jannis Leidel
2012-02-13Minor bugfixing of the staticfiles app following upstream development in djan...Jannis Leidel
2012-02-12Fixed #17656 -- Stopped the collectstatic management command from running the...Jannis Leidel
2012-02-12Fixed AdminEmailHandler to format the subject message correctly when argument...Jannis Leidel
2012-02-11Fixed #10837 -- Added CHAR(X)->CharField to mapping used in Postgres DB intro...Ramiro Morales
2012-02-11Fixed #15216 -- Made return type of an internal DB introspection method consi...Ramiro Morales
2012-02-11Fixed #17676 -- Fixed introspection of column names that start with digit(s).Ramiro Morales