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