.. |
admin_changelist
|
4e0ff35146
Fixed #11195 -- Added CSS classes to the changelist cells to allow style customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch.
|
11 éve |
admin_custom_urls
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
admin_docs
|
660762681c
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
|
12 éve |
admin_filters
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 éve |
admin_inlines
|
3aad955ea8
Fixed #13696 -- ensured inline pk field is rendered
|
11 éve |
admin_ordering
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 éve |
admin_registration
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
admin_scripts
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
admin_util
|
8676318d2d
Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.
|
11 éve |
admin_validation
|
4ad1eb1c14
Fixed #12674 -- provide a way to override admin validation
|
12 éve |
admin_views
|
4e0ff35146
Fixed #11195 -- Added CSS classes to the changelist cells to allow style customizations. Thanks to akaihola, Ramiro Morales and vdboor for their work on the patch.
|
11 éve |
admin_widgets
|
2a979d2a7b
Updated contrib.admin to use Email/URLInputs; refs #16630
|
11 éve |
aggregation
|
4bd5554721
Fixed #20782 -- qs.values().aggregate() failure
|
11 éve |
aggregation_regress
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
app_loading
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
backends
|
38bc581bc0
Avoided transaction.set_autocommit in tests.
|
11 éve |
base
|
5124ab7620
add comment to explain why it's necessary to do an explicit check for
|
12 éve |
bash_completion
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
basic
|
31fadc1202
Fixed #20625 -- Chainable Manager/QuerySet methods.
|
11 éve |
bug639
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
bug8245
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
builtin_server
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
bulk_create
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
cache
|
e021b87c00
Fixed a few more imports of django.utils.unittest.
|
11 éve |
check
|
0346563939
Fixed #20653 -- Renamed checksetup management command.
|
11 éve |
choices
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
commands_sql
|
8010289ea2
Fixed #15697 -- Made sqlindexes aware of auto-created tables
|
12 éve |
comment_tests
|
09f8652765
Use assertIsInstance in tests.
|
12 éve |
conditional_processing
|
8ce46375ae
Move last remaining tests out of models.py files; prep for test discovery.
|
12 éve |
contenttypes_tests
|
3f2befc931
Deprecated django.views.defaults.shortcut.
|
12 éve |
context_processors
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 éve |
createsuperuser
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
csrf_tests
|
63a9555d57
Fixed #19436 -- Don't log warnings in ensure_csrf_cookie.
|
12 éve |
custom_columns
|
483e1b807e
Refs #18586 -- Split out long custom_columns lookup test into multiple tests.
|
12 éve |
custom_columns_regress
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
custom_managers
|
47c755327b
Fixed a number of minor misspellings.
|
11 éve |
custom_managers_regress
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 éve |
custom_methods
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
custom_pk
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
datatypes
|
09f8652765
Use assertIsInstance in tests.
|
12 éve |
dates
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
datetimes
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
db_backends
|
626fa28878
Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.
|
11 éve |
db_typecasts
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
decorators
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
defaultfilters
|
b70c371fc1
Simplified smart_urlquote and added some basic tests.
|
11 éve |
defer
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
defer_regress
|
728d3fe1ba
Fixed #16436 -- Oracle defer_regress test failure
|
12 éve |
delete
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
delete_regress
|
c6e6d4eeb7
Defined available_apps in relevant tests.
|
11 éve |
deprecation
|
acd7b34aaf
Advanced deprecation warnings for Django 1.7.
|
11 éve |
dispatch
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
distinct_on_fields
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
empty
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 éve |
expressions
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
expressions_regress
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
extra_regress
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
field_deconstruction
|
48dd1e63bb
Ported over Field.deconstruct() from my schema alteration branch.
|
11 éve |
field_defaults
|
09f8652765
Use assertIsInstance in tests.
|
12 éve |
field_subclassing
|
09f8652765
Use assertIsInstance in tests.
|
12 éve |
file_storage
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
file_uploads
|
b0953dc913
Fixed #13721 -- Added UploadedFile.content_type_extra.
|
11 éve |
files
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
fixtures
|
2c40681805
Stopped calling loaddata with commit=False.
|
11 éve |
fixtures_model_package
|
31c13a99bb
Fixed #14300 -- Fixed initial SQL location if models is a package.
|
11 éve |
fixtures_regress
|
38bc581bc0
Avoided transaction.set_autocommit in tests.
|
11 éve |
force_insert_update
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
foreign_object
|
92476e880c
Fixed ._meta.pk_index() virtual field failure
|
11 éve |
forms_tests
|
47c755327b
Fixed a number of minor misspellings.
|
11 éve |
generic_inline_admin
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 éve |
generic_relations
|
b00c6371af
Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet
|
11 éve |
generic_relations_regress
|
31fd64ad8a
Fixed #20564 -- Generic relations exclude() regression
|
11 éve |
generic_views
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
get_earliest_or_latest
|
ea9a0857d4
Fixed #19326 -- Added first() and last() methods to QuerySet
|
12 éve |
get_object_or_404
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 éve |
get_or_create
|
6272d2f155
Fixed #20429 -- Added QuerySet.update_or_create
|
11 éve |
get_or_create_regress
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
handlers
|
c6e6d4eeb7
Defined available_apps in relevant tests.
|
11 éve |
http_utils
|
c28281f9d6
Fixed a Python 2.6 regression (GzipFile can't act as a context manager)
|
12 éve |
httpwrappers
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
i18n
|
1559f84d8b
Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms .po file headers.
|
11 éve |
indexes
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
initial_sql_regress
|
34a50e99e8
Added regression test for custom SQL containing percents
|
12 éve |
inline_formsets
|
f026a519ae
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut
|
12 éve |
inspectdb
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
introspection
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
invalid_models
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
known_related_objects
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
logging_tests
|
2456ffa42c
Fixed #20746 -- Removed Python 2.6 specific code/docs
|
11 éve |
lookup
|
a9ea7d8c70
Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()
|
11 éve |
m2m_and_m2o
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
m2m_intermediary
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
m2m_multiple
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
m2m_recursive
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
m2m_regress
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
m2m_signals
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
m2m_through
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
m2m_through_regress
|
c6e6d4eeb7
Defined available_apps in relevant tests.
|
11 éve |
m2o_recursive
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
mail
|
59ebe39812
Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend
|
11 éve |
managers_regress
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 éve |
many_to_many
|
216580e034
Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.
|
12 éve |
many_to_one
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
many_to_one_null
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
many_to_one_regress
|
6634cb7b53
Removed a test that didn't make sense; code could never be called the way the test was written.
|
12 éve |
max_lengths
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
middleware
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
middleware_exceptions
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 éve |
model_fields
|
f2cb94f1c0
Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()
|
11 éve |
model_forms
|
a521d10322
Fixed a couple form/formset deprecation warnings in tests.
|
11 éve |
model_forms_regress
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
model_formsets
|
47c755327b
Fixed a number of minor misspellings.
|
11 éve |
model_formsets_regress
|
09f8652765
Use assertIsInstance in tests.
|
12 éve |
model_inheritance
|
6b4834952d
Fixed #16649 -- Refactored save_base logic
|
12 éve |
model_inheritance_regress
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
model_inheritance_same_model_name
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 éve |
model_inheritance_select_related
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
model_package
|
2333c9662b
Fixed #14007 -- Added model discovery in models module without the need to specify app_label.
|
11 éve |
model_permalink
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 éve |
model_regress
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
model_validation
|
f763227c7d
Fixes a Python 3.x regression introduced in a19e9d80
|
12 éve |
modeladmin
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
multiple_database
|
c196564132
Removed custom profile model functionality as per deprecation TL.
|
11 éve |
mutually_referential
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
nested_foreign_keys
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
null_fk
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
null_fk_ordering
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
null_queries
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
one_to_one
|
6f8627dd7f
Fixed #17582 - Added message to DoesNotExist exceptions.
|
12 éve |
one_to_one_regress
|
bc35b95274
Fixed test failures introduced in e16c48e001.
|
12 éve |
or_lookups
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
order_with_respect_to
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
ordering
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
pagination
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
prefetch_related
|
a2967d5204
Fixed #20242 - Added a regression test for prefetch_related.
|
12 éve |
properties
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
proxy_model_inheritance
|
c6e6d4eeb7
Defined available_apps in relevant tests.
|
11 éve |
proxy_models
|
2c40681805
Stopped calling loaddata with commit=False.
|
11 éve |
queries
|
47c755327b
Fixed a number of minor misspellings.
|
11 éve |
queryset_pickle
|
31fadc1202
Fixed #20625 -- Chainable Manager/QuerySet methods.
|
11 éve |
raw_query
|
d097417025
Support 'pyformat' style parameters in raw queries, Refs #10070
|
11 éve |
requests
|
73f86f4441
Isolated host validation tests in own test case
|
11 éve |
requirements
|
4d92a0bd86
Fixed #19196 -- Added test/requirements
|
11 éve |
reserved_names
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
resolve_url
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
responses
|
cb86f707a0
Fixed #12747 -- Made reason phrases customizable.
|
12 éve |
reverse_lookup
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
reverse_single_related
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 éve |
save_delete_hooks
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
select_for_update
|
2456ffa42c
Fixed #20746 -- Removed Python 2.6 specific code/docs
|
11 éve |
select_related
|
6ba69c8456
Removed 'depth' .select_related() argument as per deprecation TL.
|
11 éve |
select_related_onetoone
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
select_related_regress
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
serializers
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
serializers_regress
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
servers
|
47c755327b
Fixed a number of minor misspellings.
|
11 éve |
settings_tests
|
47c755327b
Fixed a number of minor misspellings.
|
11 éve |
signals
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
signals_regress
|
af70dfcf31
Reverted the introduction of shared_models.
|
11 éve |
signed_cookies_tests
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
signing
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
sites_framework
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
staticfiles_tests
|
ca39c0a6be
Fixed #18404 -- Added test for AppStaticStorage with non ascii path
|
11 éve |
str
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
string_lookup
|
60d94c2a80
Fixed #11442 -- Postgresql backend casts all inet types to text
|
12 éve |
swappable_models
|
c3df866619
Fixed #20603 -- Made the test suite faster.
|
11 éve |
syncdb_signals
|
c3df866619
Fixed #20603 -- Made the test suite faster.
|
11 éve |
syndication
|
a269ea4fe0
Fixed #14656 -- Added Atom1Feed `published` element
|
11 éve |
tablespaces
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
template_tests
|
47c755327b
Fixed a number of minor misspellings.
|
11 éve |
templates
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 éve |
test_client
|
d194714c0a
Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError
|
12 éve |
test_client_regress
|
a35ed20241
Fixed #18924 -- Made test.Client.logout send user_logged_out signal.
|
11 éve |
test_discovery_sample
|
909433fa50
Removed tests for django.utils.unittest vs. unittest.
|
11 éve |
test_discovery_sample2
|
9012833af8
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
|
12 éve |
test_runner
|
2456ffa42c
Fixed #20746 -- Removed Python 2.6 specific code/docs
|
11 éve |
test_runner_deprecation_app
|
9012833af8
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
|
12 éve |
test_runner_invalid_app
|
9012833af8
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
|
12 éve |
test_suite_override
|
909433fa50
Removed tests for django.utils.unittest vs. unittest.
|
11 éve |
test_utils
|
6d52844b9b
Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a class
|
11 éve |
text
|
e7b9c11c3f
Fixed #20231 -- Don't use allow_lazy on smart_split
|
12 éve |
timezones
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
transactions
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
transactions_regress
|
404870ee1f
Fixed #20724 -- Test failure on SQLite.
|
11 éve |
unmanaged_models
|
09f8652765
Use assertIsInstance in tests.
|
12 éve |
update
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
update_only_fields
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
12 éve |
urlpatterns_reverse
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
user_commands
|
7fca4416c7
Made (make|compile)messages check for availability of gettext commands.
|
12 éve |
utils_tests
|
b70c371fc1
Simplified smart_urlquote and added some basic tests.
|
11 éve |
validation
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
validators
|
11b7b9ad00
Fixed an email validation regression
|
11 éve |
version
|
cfcf4b3605
Stopped using django.utils.unittest in the test suite.
|
11 éve |
view_tests
|
e021b87c00
Fixed a few more imports of django.utils.unittest.
|
11 éve |
wsgi
|
e021b87c00
Fixed a few more imports of django.utils.unittest.
|
11 éve |
.coveragerc
|
6118d6d1c9
More import removals
|
11 éve |
runtests.py
|
b2314d9e1e
Fixed #19941 -- Modified runtests.py to make running the tests easier.
|
11 éve |
test_sqlite.py
|
8dd8400f7e
Updated an inaccurate comment.
|
12 éve |
urls.py
|
33836cf88d
Renamed some tests and removed references to modeltests/regressiontests.
|
12 éve |