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
2011-02-04
Fixed #15181 -- Ensure that special characters are escaped when querying for ...
Russell Keith-Magee
2011-02-04
Fixed #15016 -- Ensured that the messages tests are isolated from local templ...
Russell Keith-Magee
2011-02-04
Fixed #15217 -- Made the CACHE_BACKEND deprecation warning more selective, so...
Russell Keith-Magee
2011-02-04
Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ...
Russell Keith-Magee
2011-02-03
Fixed stability of data input/output L10N format modules priority order. Than...
Ramiro Morales
2011-02-03
We have always been at war with 'import *'.
Carl Meyer
2011-02-02
Fixed #15212 -- ensure that ModelAdmin.get_actions still returns a SortedDict...
Alex Gaynor
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
2011-02-01
Fixed a few test docstrings and removed an unused import in staticfiles.
Carl Meyer
2011-02-01
Preserve order of STATICFILES_DIRS locations in FileSystemFinder.
Jannis Leidel
2011-02-01
Fixed #15190 -- Refactored the collectstatic command to improve the symlink m...
Jannis Leidel
2011-02-01
Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS ...
Carl Meyer
2011-02-01
Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...
Russell Keith-Magee
2011-02-01
Fixed some documentation and default-settings.py comments that were misleadin...
Carl Meyer
2011-02-01
Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...
Russell Keith-Magee
2011-02-01
Fixed #13283 -- Corrected CACHE_MIDDLEWARE_ANONYMOUS_ONLY's bad habit of sett...
Carl Meyer
2011-01-31
Fixed #13488 -- No longer generate unhandled exceptions that may occur when d...
Justin Bronn
2011-01-31
Fixed duplicate-named contrib.sessions tests, and removed unused import (clea...
Carl Meyer
2011-01-30
Added check to the staticfiles app to make sure the STATIC_ROOT setting isn't...
Jannis Leidel
2011-01-30
Uses a SortedDict for memoization of staticfiles finder instances to preserve...
Jannis Leidel
2011-01-30
Fixed #15187 -- Ensure that missing page emails aren't sent when running unde...
Russell Keith-Magee
2011-01-30
Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a cache miss ...
Russell Keith-Magee
2011-01-29
Fixed #15158 -- Fixed error introduced in r15252 in rendering of the template...
Ramiro Morales
2011-01-28
Fixed #14880 - raw_id_fields in admin does not work when limit_choices_to dic...
Luke Plant
2011-01-28
Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields
Luke Plant
2011-01-27
Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...
Russell Keith-Magee
2011-01-27
Fixed #15061 -- Removed a redundant method implementation in the class-based ...
Russell Keith-Magee
2011-01-27
Fixed #15046 -- Added "CHROMEFRAME" as a user agent alias for various MSIE fi...
Russell Keith-Magee
2011-01-27
Fixed #14823 -- Corrected bootstrapping problems with register_serializers. T...
Russell Keith-Magee
2011-01-27
Fixed #15173 -- fixed the tests when run under pypy.
Alex Gaynor
2011-01-26
Fixed #15161 - Corrected handling of ManyToManyField with through table using...
Carl Meyer
2011-01-26
Fixed Python 2.4 incompatibility introduced in r15249.
Carl Meyer
2011-01-26
Fixed #15157 -- Modified evaluation of literals surrounded by _(' and ')' in ...
Ramiro Morales
2011-01-26
Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes.
Carl Meyer
2011-01-26
Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...
Carl Meyer
2011-01-26
Fixed #13159 -- properly quote aggregates in order_by.
Alex Gaynor
2011-01-26
Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...
Alex Gaynor
2011-01-26
Fixed #13828 -- DRY'd up the dictsort(reversed) filters, will speed them up a...
Alex Gaynor
2011-01-26
Fixed #15052 -- corrected an innacurate docstring in the generic views.
Alex Gaynor
2011-01-26
Fixed #15154 -- removed doctests from the tests.py generated with createapp.
Alex Gaynor
2011-01-25
Fixed #15151 -- Removed fuzzy markers from translation strings introduced in ...
Jannis Leidel
2011-01-25
Fixed #14938 - Fixed save-as-new on inline formset with new forms.
Carl Meyer
2011-01-25
Removed dead code in modelforms.
Carl Meyer
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2011-01-25
Fixed #14419 -- Enhanced the help text of the makemessages management command...
Ramiro Morales
2011-01-24
Fixed #14149: Initialize the Oracle connection.operators at connection time s...
Ian Kelly
2011-01-24
Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...
Luke Plant
2011-01-24
Fixed 14796 -- Modified order of operations performed on field names by the i...
Ramiro Morales
2011-01-24
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...
Russell Keith-Magee
2011-01-24
Fixed #15021 -- Corrected CSS for the layout of stack traces on the server er...
Russell Keith-Magee
[next]