django/tests/regressiontests
Justin Bronn 6ed7bd5609 Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23 04:39:39 +00:00
..
admin_changelist
admin_inlines
admin_ordering
admin_registration
admin_scripts
admin_util
admin_validation
admin_views Added missing tests for fix committed in r12398. Thanks Karen for the report. 2010-02-16 12:17:37 +00:00
admin_widgets Fixed #12705 -- Date/time and select filter widgets now work again with newly added inline forms in the admin. 2010-02-17 18:54:02 +00:00
aggregation_regress
app_loading Corrected app_loading test so it does not generate a key error when TZ is not set in the environment (e.g., on Windows). 2010-02-03 18:09:11 +00:00
backends
bash_completion
bug639
bug8245
builtin_server
cache Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to Fraser Nevett for the report and fix. 2010-02-11 12:21:46 +00:00
comment_tests
conditional_processing
context_processors Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson. 2010-02-21 23:40:47 +00:00
csrf_tests
custom_columns_regress
custom_managers_regress
datastructures Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas. 2010-02-22 23:38:18 +00:00
datatypes
dateformat
db_typecasts Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. 2006-08-27 13:59:47 +00:00
decorators Fixed #12804 - regression with decorating admin views. 2010-02-09 15:02:39 +00:00
defaultfilters Fixed #11944 -- Improved exception handling for the filesizeformat filter. Thanks to rfk for the report and patch. 2010-02-13 14:37:17 +00:00
defer_regress
delete_regress
dispatch
expressions_regress
extra_regress Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly. Thanks, Alex Gaynor. 2010-02-23 04:39:39 +00:00
file_storage Fixed #6054: work around PIL's installation brokeness by detecting either of the two ways it can end up being installed. 2010-02-14 18:28:28 +00:00
file_uploads
fixtures_regress Fixed #12562: Made Platypus just a tad lighter so it does not trigger noticing version-dependent differences in Ptyhon string/float conversions. 2010-01-09 19:17:35 +00:00
forms Fixed #7777 -- Added validation handling for NaN, Inf and -Inf in DecimalFields. Thanks to thebitguru for the patch. 2010-02-22 14:38:44 +00:00
formwizard
generic_inline_admin Fixed #12692 - Properly handle the extra clause of admin inline formsets. Also fixes #12703, second error. 2010-02-01 14:14:56 +00:00
generic_relations_regress Fixed #11535: Corrected SQL generated for queries involving generic relations and ORed Q objects. Thanks to brianglass for report, tobias for fix and test, and Alex for review. 2010-02-10 19:21:52 +00:00
get_or_create_regress
httpwrappers Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the httpwrappers tests. 2010-02-15 02:17:07 +00:00
humanize
i18n Fixed #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs. 2010-02-16 12:17:17 +00:00
initial_sql_regress
inline_formsets Fixed #12692 - Properly handle the extra clause of admin inline formsets. Also fixes #12703, second error. 2010-02-01 14:14:56 +00:00
introspection
locale/de/LC_MESSAGES Fixed #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs. 2010-02-16 12:17:17 +00:00
localflavor
m2m_regress Fixed #11226 -- Corrected an validation edge case with m2m relations between two models with the same class name. Thanks to pkoch for the report, and to Ramiro Morales for the patch. 2010-02-22 14:04:13 +00:00
m2m_through_regress
mail
makemessages Fixed a typo in last commit. 2010-02-22 20:27:58 +00:00
managers_regress
many_to_one_regress
max_lengths
middleware
middleware_exceptions
model_fields Fixed #6054: work around PIL's installation brokeness by detecting either of the two ways it can end up being installed. 2010-02-14 18:28:28 +00:00
model_forms_regress Fixed #12698. Model.clean() used with a ModelForm no longer causes a KeyError when raising a ValidationError. 2010-02-10 00:34:45 +00:00
model_formsets_regress Fixed #12692 - Properly handle the extra clause of admin inline formsets. Also fixes #12703, second error. 2010-02-01 14:14:56 +00:00
model_inheritance_regress
model_inheritance_select_related
model_regress
modeladmin
multiple_database Fixed #12864 -- Corrected handling of new user creation when a multi-database router is in place. Thanks to haris@dubizzle.com for the report. 2010-02-22 13:09:02 +00:00
null_fk
null_fk_ordering
null_queries
one_to_one_regress Fixed #9023 -- Corrected a problem where cached attribute values would cause a delete to cascade to a related object even when the relationship had been set to None. Thanks to TheShark for the report and test case, and to juriejan and Jacob for their work on the patch. 2009-06-15 14:30:51 +00:00
pagination_regress
queries
requests
reverse_single_related
select_related_onetoone
select_related_regress Fixed #9926 -- Fixes for some select_related() situations. 2009-03-24 03:59:38 +00:00
serializers_regress
servers
settings_tests
signals_regress
special_headers Added some missing __init__.py files to two tests 2010-01-10 17:49:41 +00:00
string_lookup Changed "exact" matches in MySQL to use the database's native collation. 2008-08-12 07:52:33 +00:00
syndication
templates Clarified a comment from [11687]. 2010-02-22 23:42:53 +00:00
test_client_regress Fixed a couple Python 2.4 incompatibilities. 2010-02-14 20:29:42 +00:00
test_runner
test_utils
text
urlpatterns_reverse
utils Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html_words`. 2010-02-14 18:36:48 +00:00
views Fixed #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs. 2010-02-16 12:17:17 +00:00
__init__.py