summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-12-07Simplified time zone support in the Oracle backend. Avoided outputtypehandler...Aymeric Augustin
2011-12-05Fixed #17335 -- Added supports_select_related hook for django-nonrel. Thanks,...Adrian Holovaty
2011-12-04Fixed #17343 -- Changed the {% now %} tag to use the current time zone when t...Aymeric Augustin
2011-12-03Added a versionadded directive for the 'admin_urlname' filter introduced at r...Aymeric Augustin
2011-12-03Fixed a couple of typos.Ramiro Morales
2011-12-01Updated uses of i18n.blocktrans template tag to use the new more compact synt...Ramiro Morales
2011-12-01Fixed #17275 -- Moved some imports back from module level to class level to p...Aymeric Augustin
2011-11-29Punctuation fix in the 1.4 release notesLuke Plant
2011-11-29Small code clarification in prefetch_related code using better variable namesLuke Plant
2011-11-29Clarified release note about the removal of 'mixin' parameter to Storage.open...Luke Plant
2011-11-28Fixed #17309 -- Typo in the IGNORABLE_404_URLS example.Aymeric Augustin
2011-11-27Removed tests of the globbing feature that was removed at r17158. Refs #16247.Aymeric Augustin
2011-11-27Fixed #16247 -- Removed wildcard expansion of application names in INSTALLED_...Aymeric Augustin
2011-11-27Fixed #16040 -- Preserved scheme, host and port in the test client when follo...Aymeric Augustin
2011-11-27Optimized the cached_db session backend to check if a key exists in the cache...Aymeric Augustin
2011-11-27Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...Aymeric Augustin
2011-11-27Changed the fixtures used to test the 'initial_data' feature so they don't co...Aymeric Augustin
2011-11-27Renamed the fixtures used by the aggregation tests so they're only loaded by ...Aymeric Augustin
2011-11-27Clean up the the locmem cache backend and utils.synch by using context manage...Alex Gaynor
2011-11-26Fixed #17287 -- Prevented LocMemCache.incr/decr from changing key expiry time...Carl Meyer
2011-11-26Fixed a typo in the layermapping docs.Aymeric Augustin
2011-11-25Fixed #16277 -- Changed the link to the IRC logs.Aymeric Augustin
2011-11-25Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...Aymeric Augustin
2011-11-24Added warning about the performance of large IN clauses in prefetch_related docsLuke Plant
2011-11-24Fixed #17285 -- Fixed a small typo in SimpleTemplateResponse's doc. Thanks, y...Julien Phalip
2011-11-22Disentangled some parts of the admin ChangeList and ListFilter's internals. W...Julien Phalip
2011-11-22Fixed the humanize tests to work properly with a pure-python datetime module ...Alex Gaynor
2011-11-22Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...Julien Phalip
2011-11-22Removed redundant definition of urls in the auth tests.Aymeric Augustin
2011-11-22Improved the test for #16847.Paul McMillan
2011-11-22Improved release notes about session cookie httponly flag (#16847) per Luke's...Paul McMillan
2011-11-21Fixed #17220 - Documented git clone command for git < 1.6.6; thanks krzysiume...Timo Graham
2011-11-21Fixed #16851 - Added how-to access form field value in template; thanks yasar...Timo Graham
2011-11-21Fixed Python 2.5 test failure introduced in r17135.Paul McMillan
2011-11-21Fixed #16378. Locmem now uses pickle.HIGHEST_PROTOCOL for better compatibilit...Paul McMillan
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-11-21Fixed #17274 -- Accepted TIME_ZONE = None when USE_TZ = True. Thanks pressure...Aymeric Augustin