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