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-04
Fixed #17677 -- Made sure the WizardView doesn't accidentally overwrite the `...
Jannis Leidel
2012-03-04
Added more thorough Selenium tests for the admin horizontal/vertical filter w...
Julien Phalip
2012-03-03
Fixed #17717 (again) -- Used the new API for concrete models added in r17573....
Jannis Leidel
2012-03-03
Made django.utils.timezone.localtime a private API -- it's too specific to th...
Aymeric Augustin
2012-03-03
Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance...
Jannis Leidel
2012-03-03
Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi Kääriäi...
Jannis Leidel
2012-03-03
Fixed #17198 -- Ensured that a deterministic order is used across all databas...
Julien Phalip
2012-03-03
Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping files when ...
Jannis Leidel
2012-03-02
Fixed #17817 -- Modified LocalMiddleware to use full URLs when redirecting to...
Jannis Leidel
2012-03-02
Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS backend. ...
Carl Meyer
2012-03-02
Added missing newline to makemessages output. Thanks Florian Apolloner for re...
Carl Meyer
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-03-02
Fixed #17046 -- Added a check if the username passed to User.objects.create_u...
Jannis Leidel
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
[next]