summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2011-12-15Fixed #17194 -- Made sure the auth form tests work if a language other than E...Jannis Leidel
2011-12-09Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. T...Adrian Holovaty
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-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-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-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-21Fixed Python 2.5 test failure introduced in r17135.Paul McMillan
2011-11-21Fixed #16847. Session Cookies now default to httponly = True.Paul McMillan
2011-11-20Fixed #12073 -- Made `AdminDateWidget` and `AdminTimeWidget` consider user-su...Julien Phalip
2011-11-20Upgraded django.contrib.comments to be compatible with time zone support.Aymeric Augustin
2011-11-20Upgraded django.contrib.auth to be compatible with time zone support.Aymeric Augustin
2011-11-20Upgraded django.contrib.sessions to be compatible with time zone support.Aymeric Augustin
2011-11-19Fixed #15255 -- Ensured createcachetable honors database routers.Aymeric Augustin
2011-11-18Fixed #16753 -- Supported network-path references in the syndication framewor...Aymeric Augustin
2011-11-18Fixed #17255 -- Removed "as" prefix from new timezone template filter names f...Jannis Leidel
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-11-17Fixed #17128 -- Fixed a Python 2.5 incompatibility. Thanks, Simon Meers.Jannis Leidel
2011-11-17Fixed #17223 -- Correctly reference the signed cookies session backend. Thank...Jannis Leidel
2011-11-16Fixed #17234 -- Added back a missing endblock tag to an admindoc template. Th...Ramiro Morales
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-11-12Fix #16813: Restore checking whether a backend supports inctive users before ...Karen Tracey
2011-11-06Fixed #17152 -- Fixed a few anomalies in the `contrib.formtools` documentatio...Julien Phalip
2011-11-03Fixed #16966 -- Stopped CachedStaticFilesStorage from choking on querystrings...Jannis Leidel
2011-11-02Fixed #16967 -- Made sure CachedStaticFilesStorage repopulates its cache if t...Jannis Leidel
2011-11-01Fixed #5704 - Admin popup windows won't close when using application/xhtml as...Luke Plant
2011-10-31Fixed an obsolete comment.Aymeric Augustin
2011-10-30Fixed #17135 -- Made it possible to use decorators (like stringfilter) on tem...Aymeric Augustin
2011-10-29Used the decorator syntax consistently to register template filters.Aymeric Augustin
2011-10-26Removed remains from times when tests could be run outside of runtests.py.Aymeric Augustin
2011-10-26Avoid spurious failures in naturaltime tests.Carl Meyer
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-26Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()...Julien Phalip
2011-10-26Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...Julien Phalip
2011-10-25Made some `contrib.messages` tests use `override_settings` for clarity. Thank...Julien Phalip
2011-10-24Fixed #17086 -- Removed pollution of global template-builtins from markup and...Carl Meyer
2011-10-22Fixed #16574 -- Strengthened the `contrib.messages` tests' isolation to avoid...Julien Phalip
2011-10-22Mocked datetime in the naturaltime tests to avoid sporadic test failure.Carl Meyer
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-22Fixed #17064 -- Improved the UX for the admin's time and date picker widgets ...Julien Phalip
2011-10-20Fixed #17059 -- Encode `GeoIP` query strings properly so `libGeoIP` returns r...Justin Bronn
2011-10-20Removed a small useless piece of code from `contrib.auth`.Julien Phalip