django/tests/regressiontests
Russell Keith-Magee ea07351799 Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON serializer. Also added documenation for the 'fields' argument.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01 13:39:08 +00:00
..
bug639
cache Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, Gary 2007-05-08 04:13:46 +00:00
datastructures Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed 2007-04-25 07:30:54 +00:00
dateformat
db_typecasts
defaultfilters
dispatch Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
fixtures_regress Fixed #4057 -- Fixed problem with quoting of sequence names on Postgres backends. Thanks, Gary Wilson. 2007-04-17 11:11:26 +00:00
forms Added a new form test that I forgot to commit in [5348]. Refs #3718. 2007-05-26 09:47:47 +00:00
httpwrappers Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson. 2007-05-19 18:34:00 +00:00
humanize
initial_sql_regress
invalid_admin_options
many_to_one_regress
null_queries Fixed comma splice in error message introduced in [5133] 2007-05-06 04:12:08 +00:00
one_to_one_regress
serializers_regress Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON serializer. Also added documenation for the 'fields' argument. 2007-06-01 13:39:08 +00:00
string_lookup
templates Fixed #3753 -- Allow optional display of invalid variable name in 2007-05-08 03:36:16 +00:00
test_client_regress Fixed some incorrect reporting of error messages in assertRedirects, and added test cases to validate. 2007-05-14 11:07:14 +00:00
text
urlpatterns_reverse
__init__.py