django/tests/regressiontests
Russell Keith-Magee f96f63056b Fixed #12393 -- Parameterized the form output in the testGenericInlineFormset test to avoid database PK problems. Thanks to Karen for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-17 23:47:45 +00:00
..
admin_changelist
admin_inlines
admin_ordering
admin_registration Fixed #10505: added support for bulk admin actions, including a globally-available "delete selected" action. See the documentation for details. 2009-03-23 20:22:56 +00:00
admin_scripts
admin_validation
admin_views Fixed #12218: Added some helpful messages when Go is pressed in admin actions and there 2009-12-12 21:51:47 +00:00
admin_widgets Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by old-style admin inclusions. Thanks to Travis Cline for the patch. 2009-12-14 11:19:40 +00:00
aggregation_regress
app_loading
backends
bash_completion
bug639
bug8245
builtin_server
cache
comment_tests
conditional_processing
context_processors
csrf_tests
custom_columns_regress
custom_managers_regress
datastructures
datatypes
dateformat
datetime_safe
db_typecasts
decorators
defaultfilters Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs. 2009-04-12 04:55:41 +00:00
defer_regress
delete_regress
dispatch
expressions_regress
extra_regress
file_storage
file_uploads
fixtures_regress
forms
formwizard
generic_inline_admin Fixed #12393 -- Parameterized the form output in the testGenericInlineFormset test to avoid database PK problems. Thanks to Karen for the report. 2009-12-17 23:47:45 +00:00
generic_relations_regress
get_or_create_regress
httpwrappers
humanize
i18n
initial_sql_regress
inline_formsets
introspection
localflavor Fixed #10969: Made US State field a CharField, fixing a few oddities in its behavior. Thanks Paul McLanahan. 2009-12-13 21:56:18 +00:00
m2m_regress Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused problems with m2m relations between models that had non-integer primary keys. Thanks to Ronny for the report and test case. 2009-06-15 11:47:01 +00:00
m2m_through_regress
mail
managers_regress
many_to_one_regress
max_lengths
middleware
model_fields
model_forms_regress
model_formsets_regress
model_inheritance_regress
model_inheritance_select_related
model_regress
modeladmin Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes of custom `ModelForm`s. Thanks, Alex Gaynor. 2009-04-22 15:48:51 +00:00
null_fk
null_fk_ordering
null_queries
one_to_one_regress
pagination_regress
queries
requests
reverse_single_related
select_related_regress
serializers_regress
servers
settings_tests
signals_regress
string_lookup
syndication
templates
test_client_regress
test_runner
test_utils
text
urlpatterns_reverse
utils Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck. 2009-12-17 22:06:41 +00:00
views
__init__.py