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-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
2011-12-07
Simplified time zone support in the Oracle backend. Avoided outputtypehandler...
Aymeric Augustin
2011-12-05
Fixed #17335 -- Added supports_select_related hook for django-nonrel. Thanks,...
Adrian Holovaty
2011-12-04
Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...
Aymeric Augustin
2011-12-03
Added a versionadded directive for the 'admin_urlname' filter introduced at r...
Aymeric Augustin
2011-12-03
Fixed a couple of typos.
Ramiro Morales
2011-12-01
Updated uses of i18n.blocktrans template tag to use the new more compact synt...
Ramiro Morales
2011-12-01
Fixed #17275 -- Moved some imports back from module level to class level to p...
Aymeric Augustin
2011-11-29
Punctuation fix in the 1.4 release notes
Luke Plant
2011-11-29
Small code clarification in prefetch_related code using better variable names
Luke Plant
2011-11-29
Clarified release note about the removal of 'mixin' parameter to Storage.open...
Luke Plant
2011-11-28
Fixed #17309 -- Typo in the IGNORABLE_404_URLS example.
Aymeric Augustin
2011-11-27
Removed tests of the globbing feature that was removed at r17158. Refs #16247.
Aymeric Augustin
2011-11-27
Fixed #16247 -- Removed wildcard expansion of application names in INSTALLED_...
Aymeric Augustin
2011-11-27
Fixed #16040 -- Preserved scheme, host and port in the test client when follo...
Aymeric Augustin
2011-11-27
Optimized the cached_db session backend to check if a key exists in the cache...
Aymeric Augustin
2011-11-27
Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...
Aymeric Augustin
2011-11-27
Changed the fixtures used to test the 'initial_data' feature so they don't co...
Aymeric Augustin
2011-11-27
Renamed the fixtures used by the aggregation tests so they're only loaded by ...
Aymeric Augustin
2011-11-27
Clean up the the locmem cache backend and utils.synch by using context manage...
Alex Gaynor
[prev]
[next]