.. |
aggregation
|
…
|
|
basic
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
choices
|
…
|
|
custom_columns
|
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
|
2010-10-09 08:12:50 +00:00 |
custom_managers
|
…
|
|
custom_methods
|
…
|
|
custom_pk
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
defer
|
…
|
|
delete
|
…
|
|
empty
|
Migrated empty doctests. Thanks to Alex Gaynor.
|
2010-09-12 20:05:07 +00:00 |
expressions
|
Migrated expressions doctests. Thanks to Alex Gaynor.
|
2010-09-12 20:05:17 +00:00 |
field_defaults
|
…
|
|
field_subclassing
|
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
|
2010-10-11 12:20:07 +00:00 |
files
|
…
|
|
fixtures
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
fixtures_model_package
|
…
|
|
force_insert_update
|
…
|
|
generic_relations
|
Fixed #14472 -- converted generic_relations tests from doctests to unitests. We have always been at war with doctests. Thanks to Gabriel Hurley for the patch.
|
2010-10-15 06:52:35 +00:00 |
get_latest
|
…
|
|
get_object_or_404
|
…
|
|
get_or_create
|
Fixed #12979 -- allowed using savepoints in TestCase (i.e. tests with transactions disabled), convert the GetOrCreate tests to use this.
|
2010-10-09 06:06:24 +00:00 |
invalid_models
|
…
|
|
lookup
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
m2m_and_m2o
|
Migrated m2m_intermediary doctests. Thanks to Alex Gaynor.
|
2010-09-12 20:04:48 +00:00 |
m2m_intermediary
|
Migrated m2m_intermediary doctests. Thanks to Alex Gaynor.
|
2010-09-12 20:04:48 +00:00 |
m2m_multiple
|
Migrated m2m_multiple doctests. Thanks to Alex Gaynor.
|
2010-09-12 20:04:57 +00:00 |
m2m_recursive
|
Convert m2m_recursive tests to unittests. We have always been at war with doctests.
|
2010-10-09 16:26:48 +00:00 |
m2m_signals
|
…
|
|
m2m_through
|
…
|
|
m2o_recursive
|
Migrated m2o_recursive and m2o_recursive2 tests, merging them into a single package. Thanks to George Sakkis for the patches.
|
2010-10-12 00:14:49 +00:00 |
many_to_many
|
…
|
|
many_to_one
|
…
|
|
many_to_one_null
|
Tweak to many_to_one_null doctest to avoid primary key assumptions (causing breakage on PostgreSQL).
|
2010-10-12 00:56:40 +00:00 |
model_forms
|
…
|
|
model_formsets
|
Fixed #13811 -- Changed unique validation in model formsets to ignore None values, not just omit them
|
2010-10-13 00:30:02 +00:00 |
model_inheritance
|
…
|
|
model_inheritance_same_model_name
|
…
|
|
model_package
|
Fixed #12012 -- Added support for logging. Thanks to Vinay Sajip for his draft patch, and to the many people who gave feedback during development of the patch.
|
2010-10-04 15:12:39 +00:00 |
mutually_referential
|
Migrated the mutually_referential doctests. Thanks to George Sakkis for the patch.
|
2010-10-12 00:55:05 +00:00 |
one_to_one
|
Migrated one_to_one doctests. Thanks to George Sakkis for the patch. (We have always been at war with doctests)
|
2010-10-12 00:56:19 +00:00 |
or_lookups
|
…
|
|
order_with_respect_to
|
Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to their model lazily (i.e. with a string). Thanks to Gabriel Grant for the patch.
|
2010-10-08 23:54:43 +00:00 |
ordering
|
Converted ordering tests from doctests to unittests. We have always been at war with doctests.
|
2010-10-11 18:17:37 +00:00 |
pagination
|
Fixed #14444 -- Convert the pagination doctests to unittests. We have always been at war with doctests. Thanks to Gabriel Hurley for the patch.
|
2010-10-11 20:38:12 +00:00 |
properties
|
Migrated properties doctests. Thanks to George Sakkis for the patch.
|
2010-10-12 00:55:31 +00:00 |
proxy_model_inheritance
|
Fixed #13657: Moved global declaration before assignments to avoid a syntax warning. Thanks Alex.
|
2010-06-07 03:01:06 +00:00 |
proxy_models
|
Migrated proxy_models doctests. Thanks to Eric Florenzano.
|
2010-09-13 05:29:21 +00:00 |
raw_query
|
…
|
|
reserved_names
|
Migrated reserved_names doctests. Thanks to Eric Florenzano.
|
2010-09-13 05:29:09 +00:00 |
reverse_lookup
|
Migrated reverse_lookup doctests. Thanks to Eric Florenzano
|
2010-09-13 05:28:59 +00:00 |
save_delete_hooks
|
Converted save_delete_hooks tests from doctests to unittests. We have always been at war with doctests.
|
2010-10-11 17:41:44 +00:00 |
select_related
|
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries.
|
2010-10-12 03:33:19 +00:00 |
serializers
|
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
|
2010-10-11 12:20:07 +00:00 |
signals
|
Converted signals tests from doctests to unittests. We have always been at war with doctests.
|
2010-10-10 18:23:39 +00:00 |
str
|
Migrated str doctests. Thanks to Eric Florenzano.
|
2010-09-13 05:28:38 +00:00 |
test_client
|
Fixed #9002 -- Added a RequestFactory. This allows you to create request instances so you can unit test views as standalone functions. Thanks to Simon Willison for the suggestion and snippet on which this patch was originally based.
|
2010-10-12 23:37:47 +00:00 |
transactions
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
unmanaged_models
|
Migrated unmanaged_models doctests. Thanks to Eric Florenzano.
|
2010-09-13 05:28:18 +00:00 |
update
|
Migrated the update doctests. Thanks to Eric Florenzano.
|
2010-09-13 05:28:10 +00:00 |
user_commands
|
Migrated user_commands doctests. Thanks to Eric Florenzano.
|
2010-09-13 05:28:01 +00:00 |
validation
|
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries.
|
2010-10-12 03:33:19 +00:00 |
validators
|
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch.
|
2010-10-11 12:55:17 +00:00 |
__init__.py
|
…
|
|