.. |
admin_ordering
|
|
|
admin_registration
|
|
|
admin_scripts
|
|
|
admin_validation
|
|
|
admin_views
|
Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.
|
2009-04-02 00:01:15 +00:00 |
admin_widgets
|
|
|
aggregation_regress
|
Fixed #10670: fixed reusing QuerySets previously used in a filter expression. Thanks, Alex Gaynor.
|
2009-04-02 01:49:12 +00:00 |
app_loading
|
|
|
auth_backends
|
|
|
backends
|
|
|
bug639
|
|
|
bug8245
|
|
|
cache
|
Fixed #10016: the cache middleware no longer vomits when handed long URLs. Thanks, Matt Croydon.
|
2009-04-01 18:19:32 +00:00 |
comment_tests
|
|
|
conditional_processing
|
Fixed #10681 -- Work around (by ignoring) invalid ETag headers.
|
2009-04-03 06:59:34 +00:00 |
context_processors
|
|
|
custom_columns_regress
|
|
|
custom_managers_regress
|
|
|
datastructures
|
Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399]. Thanks, James Turk and rfk.
|
2009-03-31 06:30:07 +00:00 |
datatypes
|
|
|
dateformat
|
|
|
datetime_safe
|
|
|
db_typecasts
|
|
|
decorators
|
Fixed #9474: user_passes_test may now be applied multiple times.
|
2009-04-01 16:17:38 +00:00 |
defaultfilters
|
Fixed #10513: floatformat now works with floatish things, not just real floats. Thanks, Alex.
|
2009-03-31 18:17:21 +00:00 |
defer_regress
|
Fixed a problem when computing deferred fields on multiple related models.
|
2009-04-04 05:35:01 +00:00 |
dispatch
|
|
|
expressions_regress
|
|
|
extra_regress
|
|
|
file_storage
|
|
|
file_uploads
|
Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphanumerics (thanks gulliver). Also updated the file_uploads test for this case to check the name after saving the uploaded file. As it was the test ensured that files with unicode characters in their names could be uploaded, but it wasn't actually ensuring that the unicode characters were preserved through save.
|
2009-04-04 17:34:58 +00:00 |
fixtures_regress
|
|
|
forms
|
|
|
formwizard
|
Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now have the beginnings of a test suite for FormWizard. Thanks, Keith Bussell.
|
2009-04-01 14:13:43 +00:00 |
generic_inline_admin
|
Fixed #10522: accept tuples in generic_inlineformset_factor(exclude) . Thanks, mk.
|
2009-04-03 20:03:46 +00:00 |
generic_relations_regress
|
Fixed #9546: GenericRelations inherited from base models no longer query using the wrong content type.
|
2009-04-03 19:52:14 +00:00 |
get_or_create_regress
|
|
|
httpwrappers
|
Fixed #10184: QueryDicts with multiple values can now be safely pickled. Thanks, Alex Gaynor.
|
2009-03-31 05:14:13 +00:00 |
humanize
|
|
|
i18n
|
|
|
initial_sql_regress
|
|
|
inline_formsets
|
Replace test use of assertTrue with failUnless. No matter how many times we try, Python 2.3 still doesn't recognize assertTrue.
|
2009-04-04 17:51:35 +00:00 |
introspection
|
Fixed up the introspection code and tests added for #9779 to run under Python 2.3, which has neither set nor rsplit.
|
2009-04-04 19:03:55 +00:00 |
m2m_regress
|
|
|
m2m_through_regress
|
|
|
mail
|
|
|
managers_regress
|
|
|
many_to_one_regress
|
|
|
max_lengths
|
|
|
middleware
|
|
|
model_fields
|
|
|
model_forms_regress
|
|
|
model_inheritance_regress
|
|
|
model_inheritance_select_related
|
|
|
model_regress
|
|
|
modeladmin
|
|
|
null_fk
|
|
|
null_fk_ordering
|
|
|
null_queries
|
|
|
one_to_one_regress
|
|
|
pagination_regress
|
|
|
queries
|
|
|
requests
|
|
|
reverse_single_related
|
|
|
select_related_regress
|
|
|
serializers_regress
|
|
|
string_lookup
|
|
|
syndication
|
|
|
templates
|
Fixed the test added for #9005 to use the e.args[0] instead of e.message. Exceptions didn't have 'message' before Python 2.5, and it was deprecated as of Python 2.6. args[0] works without error or DeprecationWarning from Python 2.3 through 2.6.
|
2009-04-04 19:34:52 +00:00 |
test_client_regress
|
Fixed #10553 -- Corrected several uses of URLconf in documentation and comments, according to the Django style guide. Based on patch from rduffield.
|
2009-03-31 16:07:07 +00:00 |
test_utils
|
|
|
text
|
|
|
urlpatterns_reverse
|
Fixed #10065 -- Corrected an error message when an empty urlpattern object is provided. Thanks to Matthew Flanagan for the patch.
|
2009-04-04 06:54:56 +00:00 |
utils
|
|
|
views
|
Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got
|
2009-03-31 17:10:06 +00:00 |
__init__.py
|
|
|