django/tests/regressiontests
Aymeric Augustin e5719b203c Fixed #17496 -- Regression in the floatformat template filter, introduced by the fix for #15789.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-03 13:09:12 +00:00
..
admin_changelist
admin_custom_urls
admin_filters
admin_inlines Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWebDriverTestCase` to prevent some concurrency issues with in-memory SQLite database access in the admin Selenium tests. Thanks to Florian Apolloner, Anssi Kääriäinen and Aymeric Augustin for their help debugging this problem. 2011-12-28 22:20:30 +00:00
admin_ordering
admin_registration
admin_scripts Made sure startproject can handle template URLs with trailing slashes. 2012-01-01 17:45:40 +00:00
admin_util Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
admin_validation
admin_views Stopped unconditionally reversing admin model add/change URLs. 2011-12-19 14:59:14 +00:00
admin_widgets Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss. 2011-12-22 08:33:58 +00:00
aggregation_regress
app_loading
backends Fixed #17047 -- Improved django.db.utils.load_backend to raise a better exception when using a unqualified database backend name. Thanks, Jonas Obrist. 2011-12-25 13:24:39 +00:00
bash_completion
bug639
bug8245 Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
builtin_server
bulk_create Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
cache Fixed #17476 -- Ensure timezone-dependant cache keys only use ASCII characters, especially on Windows. 2011-12-29 13:57:32 +00:00
comment_tests
conditional_processing
context_processors
csrf_tests Fixed some failing tests due to creation of HttpRequest._is_secure() methods in [17209] 2011-12-17 00:17:26 +00:00
custom_columns_regress
custom_managers_regress
datatypes
dates Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
db_typecasts
decorators
defaultfilters Fixed #17496 -- Regression in the floatformat template filter, introduced by the fix for #15789. 2012-01-03 13:09:12 +00:00
defer_regress Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
delete_regress
dispatch Fix the dispatch test GC code under PyPy, and make the comment for Jython better. 2012-01-01 21:11:05 +00:00
expressions_regress
extra_regress
file_storage Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile, for consistency with File. 2011-12-30 14:51:05 +00:00
file_uploads Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00
fixtures_regress Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
forms
generic_inline_admin Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
generic_relations_regress
generic_views Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a Sunday. Thanks Florian Apolloner for the report and patch. 2012-01-01 20:59:09 +00:00
get_or_create_regress
handlers
httpwrappers
i18n Added a lower level test for numberformat when grouping is 0 and force_grouping is True. Thanks Claude Paroz. Refs #17414. 2011-12-24 11:15:26 +00:00
initial_sql_regress
inline_formsets
inspectdb
introspection Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
locale/de/LC_MESSAGES
localflavor
logging_tests
m2m_regress
m2m_through_regress
mail Fixed #17444 -- Made it possible to customize the 'To' header in emails. 2011-12-30 12:44:35 +00:00
managers_regress
many_to_one_regress
max_lengths
middleware
middleware_exceptions
model_fields
model_forms_regress
model_formsets_regress
model_inheritance_regress Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
model_inheritance_select_related
model_permalink
model_regress
modeladmin
multiple_database Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
null_fk
null_fk_ordering
null_queries
one_to_one_regress Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
pagination_regress
queries Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were an empty list. Thanks to self[at]dicos[dot]ru for the report and to bigkevmcd for the patch. 2012-01-03 09:06:19 +00:00
queryset_pickle
requests Refs #17323 -- Updated a test to use try/finally to avoid state leakage. Thanks dstufft for the patch. 2011-12-16 23:50:34 +00:00
reverse_single_related
select_related_onetoone
select_related_regress Added support for modifying the effect of ``DISTINCT`` clauses so they 2011-12-22 20:42:40 +00:00
serializers_regress Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
servers Added the ability to specify multiple ports available for the `LiveServerTestCase` WSGI server. This allows multiple processes to run the tests simultaneously and is particularly useful in a continuous integration context. Many thanks to Aymeric Augustin for the suggestions and feedback. 2011-12-29 20:22:13 +00:00
settings_tests Fixed #14597 -- Added a SECURE_PROXY_SSL_HEADER setting for cases when you're behind a proxy that 'swallows' the fact that a request is HTTPS 2011-12-16 22:06:06 +00:00
signals_regress
signed_cookies_tests
signing
sites_framework
special_headers
staticfiles_tests Fixed #17455 -- Extended `CachedStaticFilesStorage` slightly to handle some URLs better that are used to add support for webfonts to IE 6-8. Also ignore `data:` URLs and fragment-only URLs (e.g. `#default#VML`). 2011-12-27 22:49:24 +00:00
string_lookup Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
syndication
templates Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
test_client_regress Fixed various dodgy behaviours 2011-12-17 17:37:24 +00:00
test_runner Made sure `manage.py help test` works. 2011-12-29 01:18:30 +00:00
test_utils
text
transactions_regress
urlpatterns_reverse Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped properly and capture parameters as expected. 2011-12-22 23:03:48 +00:00
utils Fixed #10931 -- Made `Truncator` handle newlines properly. Thanks to gsong and Claude Paroz. 2012-01-02 18:47:18 +00:00
views Fixed #17197 -- Prevented a locale leakage from an i18n test causing collateral failures in the rest of the test suite. Thanks to Florian Apolloner for the report and patch. 2011-11-11 12:25:53 +00:00
wsgi
__init__.py