index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-12-17
Quick edit of docs/topics/security.txt to catch some basic formatting problem...
Adrian Holovaty
2011-12-17
Negligible spacing fixes to comments in django/http/__init__.py
Adrian Holovaty
2011-12-17
Fixed comma splice in DeprecationWarning for CompatCookie
Adrian Holovaty
2011-12-17
Negligible spacing cleanup in utils/dateparse.py
Adrian Holovaty
2011-12-17
Fixed #17233 -- Fixed typo in defaultfilters.py docstring. Thanks, aalexapolsky
Adrian Holovaty
2011-12-17
Fixed #17322 -- Added an example import statement to the HttpResponse docs. T...
Adrian Holovaty
2011-12-17
Fixed #17422 -- Changed BaseDetailView to use *args, to be consistent with ot...
Adrian Holovaty
2011-12-17
Fixed #17330 -- Fixed error in logging.txt. Thanks, jblaine
Adrian Holovaty
2011-12-17
Fixed #17364 -- Fixed typos in topics/testing.txt. Thanks, movielady
Adrian Holovaty
2011-12-17
Fixed #17423 -- Fixed three typos in GeoDjango docs. Thanks, DavidEklund
Adrian Holovaty
2011-12-17
Fixed some failing tests due to creation of HttpRequest._is_secure() methods ...
Adrian Holovaty
2011-12-16
Refs #17323 -- Updated a test to use try/finally to avoid state leakage. Than...
Carl Meyer
2011-12-16
Fixed #17323 -- Renamed HttpRequest.raw_post_data to request.body. Thanks for...
Adrian Holovaty
2011-12-16
Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're...
Adrian Holovaty
2011-12-16
Removed incorrect comment in core/handlers/modpython.py. If it were true, the...
Adrian Holovaty
2011-12-16
Negligible typo fix in a comment in handlers/wsgi.py
Adrian Holovaty
2011-12-16
Ensured that thread-shareability gets validated when closing a PostgreSQL or ...
Julien Phalip
2011-12-16
Fixed #17258 -- Moved `threading.local` from `DatabaseWrapper` to the `django...
Julien Phalip
2011-12-15
Fixed #17194 -- Made sure the auth form tests work if a language other than E...
Jannis Leidel
2011-12-15
Expanded section about lazy translation in i18n docs.
Ramiro Morales
2011-12-15
Fixed #16563 - Error pickling request.user
Luke Plant
2011-12-14
Fixed a url to the contributing guide in a code comment.
Julien Phalip
2011-12-11
Fixed #15863 - SimpleCookies are not correctly serialized with the file or da...
Luke Plant
2011-12-11
Fixed #17377 -- Don't depend on a warm cache in admin_views.UserAdminTest.tes...
Aymeric Augustin
2011-12-11
Fixed #16397 -- Respected the --traceback flag in BaseCommand. This should ma...
Aymeric Augustin
2011-12-11
Fixed #16632 -- Crash on responses without Content-Type with IE. Thanks juan ...
Aymeric Augustin
2011-12-11
Fixed #17251 -- In the select_for_update tests, close manually database conne...
Aymeric Augustin
2011-12-11
Fixed #17266 -- Skipped the "SET TIME ZONE" query for PostgreSQL when it isn'...
Aymeric Augustin
2011-12-11
Added another `from__future__ import with_statement` missed in r17190.
Ramiro Morales
2011-12-11
Made makemessages leave `'%%'` sequences untouched when extracting translatab...
Ramiro Morales
2011-12-11
Added files missing from commit [17190]
Ramiro Morales
2011-12-11
Fixed #11240 -- Made makemessages i18n command escape % symbols in literals p...
Ramiro Morales
2011-12-09
Fixed #16818 -- Fixed ORM bug with many-to-many add() method where it wasn't ...
Adrian Holovaty
2011-12-09
Fixed some comma splices in the 'Insert in bulk' section of db/optimization.txt
Adrian Holovaty
2011-12-09
Fixed #17348 -- Implemented {% elif %}. Refs #3100.
Aymeric Augustin
2011-12-09
Fixed #3100 -- Added support for arguments on intermediate tag tokens.
Aymeric Augustin
2011-12-09
Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. T...
Adrian Holovaty
2011-12-09
Fixed copy & paste mistake made in r17183.
Jannis Leidel
2011-12-09
Fixed #16683 -- Skip the IPv6 runserver tests if the platform doesn't support...
Jannis Leidel
2011-12-09
Checking in latest results of running Google Closure Compiler on the admin JS...
Adrian Holovaty
2011-12-09
Fixed #17218 -- Fixed bug with SelectFilter where the 'to' box had a height=0...
Adrian Holovaty
2011-12-09
Changed admin/js/collapse.js to take advantage of jQuery chaining in three pl...
Adrian Holovaty
2011-12-09
Removed way-outdated comment in SelectFilter2.js admin JS file. And we should...
Adrian Holovaty
2011-12-09
Made some small clarifications to contrib/admin/index.txt
Adrian Holovaty
2011-12-09
Tweaked templates/builtins.txt to make it clearer that cycle and firstof filt...
Adrian Holovaty
2011-12-09
Added a test that 'firstof' template filter doesn't auto-escape. cycle tag al...
Adrian Holovaty
2011-12-07
Changed BoundField.subwidgets() to return SubWidget objects instead of render...
Adrian Holovaty
2011-12-07
Fixed typo in a test name in form tests
Adrian Holovaty
2011-12-07
Made BoundFields iterable, so that you can iterate over individual radio butt...
Adrian Holovaty
2011-12-07
Clarified which setting causes HttpRequest.get_host() to rely on the HTTP_X_F...
Aymeric Augustin
[prev]
[next]