django/tests/regressiontests
Joseph Kocherhans c8cd8b80aa Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. Thanks, emulbreh.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-24 20:52:14 +00:00
..
admin_changelist Fixed #10348: ChangeList no longer overwrites a select_related provided by `ModelAdmin.queryset()`. 2009-05-14 15:09:33 +00:00
admin_inlines Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita. 2010-02-23 17:14:50 +00:00
admin_ordering
admin_registration
admin_scripts
admin_util
admin_validation
admin_views Fixed #12878. Formset-wide errors are now rendered properly as html. 2010-02-23 20:55:42 +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
backends Fixed #12818. SQLite now properly quotes strings for date extraction and truncation. Thanks, SmilyChris. 2010-02-24 15:29:25 +00:00
bash_completion
bug639
bug8245 Fixed #8245 -- Added a LOADING flag to autodiscover to prevent an admin.py module with errors from raising a spurious AlreadyRegistered exception in a subsequent call to autodiscover. 2008-12-23 18:25:24 +00:00
builtin_server
cache Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy, Ramiro Morales and Yann Malet. 2010-02-23 20:45:28 +00:00
comment_tests Fixed #12724: Fixed new comment tests to not hardcode comment primary key values. Thanks carljm. 2010-01-28 19:23:54 +00:00
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 Fixed #12059 - Let TimeField.to_python correctly return a datetime.time object when having a datetime object. 2010-01-09 20:02:41 +00:00
dateformat
db_typecasts
decorators
defaultfilters
defer_regress Fixed #12734. Deferred fields will now be properly converted to python when accessed. Thanks, Alex Gaynor. 2010-02-24 19:06:59 +00:00
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 a regression on Python < 2.6 introduced in [12552]. 2010-02-23 23:23:38 +00:00
file_uploads
fixtures_regress
forms Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings as checked or not instead of as a value attribute. Thanks, bthomas. 2010-02-23 23:37:45 +00:00
formwizard
generic_inline_admin Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita. 2010-02-23 17:14:50 +00:00
generic_relations_regress
get_or_create_regress
httpwrappers
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
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 #7190. Boolean fields now return bool values instead of 1 or 0. Thanks, Alex Gaynor. 2010-02-24 17:36:18 +00:00
model_forms_regress Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding against it in ModelForms. Thanks, andrewsk. 2010-02-23 20:02:18 +00:00
model_formsets_regress
model_inheritance_regress
model_inheritance_select_related
model_regress
modeladmin Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita. 2010-02-23 17:14:50 +00:00
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
pagination_regress
queries
requests
reverse_single_related
select_related_onetoone Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. Thanks, s.angel@twidi.com for the initial patch, and Alex Gaynor for the tests. 2010-02-23 19:24:27 +00:00
select_related_regress
serializers_regress Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Thanks, casobn for the report and Alex Gaynor for the patch and tests. 2010-02-24 15:54:03 +00:00
servers
settings_tests
signals_regress
special_headers
string_lookup
syndication
templates Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSyntaxError. 2010-02-23 18:50:57 +00:00
test_client_regress
test_runner
test_utils
text Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. Thanks, emulbreh. 2010-02-24 20:52:14 +00:00
urlpatterns_reverse
utils
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