Commit History

Author SHA1 Message Date
  Malcolm Tredinnick 6068f3e4cb Reintroduced the changes from [3855] with more flexible handling of version 18 years ago
  Adrian Holovaty 38d80f8894 Fixed #2827 -- Reverted [3855] 18 years ago
  Russell Keith-Magee f5b1da1960 Added Tyson as contributor following help on #1816/#2243. 18 years ago
  Malcolm Tredinnick 4e76727fec Fixed #2188 -- Raise an error when using long CharFields in combination with 18 years ago
  Malcolm Tredinnick 5371ee1743 Fixed #2194 -- Tweaked error message for unique_together validator to display 18 years ago
  Malcolm Tredinnick 9c0568e21e Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc. 18 years ago
  Malcolm Tredinnick 4ed82677be Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type 18 years ago
  Malcolm Tredinnick 5b490bba93 Fixed #2771 -- Tweaked Django's doctest module so that it also works with 18 years ago
  Malcolm Tredinnick a6a4e9b244 Fixed #2674 -- Added stricter date validation so that things like 2006-11-31 18 years ago
  Malcolm Tredinnick ff47dc6ba0 Fixed #2600 -- Added an option to allow serving admin media from a custom path 18 years ago
  Malcolm Tredinnick 28fad23a3f A corrected version of r3805. 18 years ago
  Malcolm Tredinnick 12273fa947 Reverting r3805 whilst I track down a potential problem with it. 18 years ago
  Malcolm Tredinnick 6a12d767d4 Fixed #2613 -- Fixed an easily triggered memory error in file uploads for WSGI. 18 years ago
  Malcolm Tredinnick bd4c22be0b Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested 18 years ago
  Malcolm Tredinnick 26954aa3d0 Fixed #2790 -- Removed duplicate entry. 18 years ago
  Malcolm Tredinnick d8b84cac91 Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. 18 years ago
  Malcolm Tredinnick 96bc9ec79d Fixed #2520 -- Fixed a problem with invalid SQL being generated by admin 18 years ago
  Malcolm Tredinnick 0fee26935d Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP 18 years ago
  Malcolm Tredinnick 3cf67a9920 Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks, 18 years ago
  Malcolm Tredinnick e947fb2111 Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro. 18 years ago
  Adrian Holovaty ecf6a35112 Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbaut@gmail.com 18 years ago
  Adrian Holovaty eaaebf5752 Added ant9000@netwise.it to AUTHORS 18 years ago
  Russell Keith-Magee cfe77946d7 Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially with regards to filtering of invalid values. Modified unit tests to test both empty and non-empty values for TEMPLATE_STRING_IF_INVALID. Thanks to SmileyChris for identifying and helping to resolve this bug. 18 years ago
  Adrian Holovaty 44dabecf6e Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan Watson 18 years ago
  Adrian Holovaty 1d8db5ad89 Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Python 2.4 built-in dict. Thanks for the patch, Pete Shinners 18 years ago
  Adrian Holovaty efa19ae8a7 Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documentation. Thanks, Andy Dustman. 18 years ago
  Adrian Holovaty 9cd0c333d6 Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correctly. Thanks, crankycoder@gmail.com 18 years ago
  Adrian Holovaty 23964a7b9a Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to double-escape them. Thanks, tom@eggdrop.ch 18 years ago
  Adrian Holovaty caa51f4444 Fixed #2517 -- Improved inspectdb to handle table column names that contain spaces. Thanks, Karen Tracey 18 years ago
  Adrian Holovaty 350a4a4592 Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simon Greenhill 18 years ago