.. |
bug639
|
Added a tearDown to the tests for #639 so that the "uploaded" image doesn't clog /tmp. Sorry, Joseph!
|
2007-03-01 00:02:04 +00:00 |
cache
|
|
|
datastructures
|
Fixed #3964 -- Added a custom SortedDict.__repr__ so that the keys are printed
|
2007-04-25 07:30:54 +00:00 |
dateformat
|
Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.
|
2007-02-28 16:18:55 +00:00 |
db_typecasts
|
|
|
defaultfilters
|
Made django.utils.html.escape() work with unicode strings (and unicode-like
|
2007-04-04 06:43:28 +00:00 |
dispatch
|
Updated the dispatch unit tests to be consistant with our coding style.
|
2007-02-26 03:44:36 +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
|
Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on RadioSelect and MultiWidget. In particular, handling of the id attribute has been fixed. Thanks to Gary Wilson and Max Derkachev.
|
2007-04-24 12:53:29 +00:00 |
httpwrappers
|
|
|
humanize
|
Negligible formatting change to humanize tests.py (from [4880])
|
2007-04-01 05:23:08 +00:00 |
initial_sql_regress
|
Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows
|
2006-09-25 07:36:46 +00:00 |
invalid_admin_options
|
Fixes #3217 -- Added regression tests for options on the Admin metaclass. Includes some tests that are commented out, as they are known failures. Thanks, Robert Myers (who has promised to fix the rest of the tests).
|
2007-01-03 04:14:17 +00:00 |
many_to_one_regress
|
Fixed #1839, #2415, #2536 -- Fixed a generated name clash that was common in
|
2007-03-08 03:21:35 +00:00 |
markup
|
|
|
null_queries
|
Fixes #2737 -- Added code to allow None as a query value for __exact queries, raising an error otherwise. __exact=None is interpreted as the SQL 'value = NULL'. This fixes some minor problems with queries on unsaved objects with related object sets, and stops queries with a value of None being outright ignored (even if they reference an unknown attribute).
|
2006-10-14 02:48:05 +00:00 |
one_to_one_regress
|
|
|
serializers_regress
|
Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report, Alexander Solovyov.
|
2007-03-19 11:57:53 +00:00 |
string_lookup
|
|
|
templates
|
Fixed #3749 -- Set the context correctly when using the "filter" template tag.
|
2007-04-21 04:44:30 +00:00 |
text
|
Fixed #3733 -- Fixed up quote parsing in smart_split(). Thanks, Ivan Chelubeev.
|
2007-03-30 11:57:50 +00:00 |
urlpatterns_reverse
|
|
|
__init__.py
|
|
|