.. |
absolute_url_overrides
|
60586dd737
Fixed #26125 -- Fixed E731 flake warnings.
|
9 years ago |
admin_autodiscover
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
admin_changelist
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
admin_checks
|
983c158da7
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
|
9 years ago |
admin_custom_urls
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
admin_docs
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
admin_filters
|
069319396f
Fixed #26277 -- Added support for null values in ChoicesFieldListFilter.
|
9 years ago |
admin_inlines
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
admin_ordering
|
dbb0df2a0e
Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make request a positional argument.
|
9 years ago |
admin_registration
|
e1d8426c2f
Used assertIsInstance in admin_registration tests.
|
9 years ago |
admin_scripts
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
admin_utils
|
ad403ffa45
Fixed #26582 -- Added prettier admin display for list values.
|
9 years ago |
admin_views
|
1206eea11e
Fixed #26558 -- Removed need for request context processor on admin login page.
|
9 years ago |
admin_widgets
|
b9290b1d49
Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_overrides.
|
9 years ago |
aggregation
|
a6074e8908
Fixed #26458 -- Based Avg's default output_field resolution on its source field type.
|
9 years ago |
aggregation_regress
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
annotations
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
app_loading
|
26ad01719d
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
|
9 years ago |
apps
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
auth_tests
|
b26fedacef
Fixed #26544 -- Delayed translations of SetPasswordForm help_texts
|
9 years ago |
backends
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
base
|
1716b7ce5a
Renamed AppCache to Apps.
|
11 years ago |
bash_completion
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
basic
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
builtin_server
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
bulk_create
|
04240b2365
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its objects.
|
9 years ago |
cache
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
check_framework
|
eb5d7bc2f4
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
|
9 years ago |
choices
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
conditional_processing
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 years ago |
contenttypes_tests
|
2a9bcb503f
Refs #26085, #11505 -- Cleared Site cache in contenttypes_tests.
|
9 years ago |
context_processors
|
03e1cc930c
Fixed #26145 -- Made debug context processor return queries for all databases.
|
9 years ago |
csrf_tests
|
2d28144c95
Fixed #26094 -- Fixed CSRF behind a proxy (settings.USE_X_FORWARDED_PORT=True).
|
9 years ago |
custom_columns
|
253adc2b8a
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
|
9 years ago |
custom_lookups
|
534aaf56f4
Fixed #24629 -- Unified Transform and Expression APIs
|
9 years ago |
custom_managers
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
custom_methods
|
491d01b7e9
Tweak some examples.
|
9 years ago |
custom_migration_operations
|
862ea825b5
Fixed #24093 -- Prevented MigrationWriter to write operation kwargs that are not explicitly deconstructed
|
10 years ago |
custom_pk
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
datatypes
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
dates
|
26ad01719d
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as appropriate.
|
9 years ago |
datetimes
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
db_functions
|
03b6947728
Fixed #24932 -- Added Cast database function.
|
9 years ago |
db_typecasts
|
d3c87a2425
Fixed #26498 -- Fixed TimeField microseconds round-tripping on MySQL and SQLite.
|
9 years ago |
dbshell
|
ec9004728e
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
9 years ago |
decorators
|
d693074d43
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
|
9 years ago |
defer
|
7f51876f99
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferred instance loading.
|
9 years ago |
defer_regress
|
535660b852
Refs #18100 -- Added tests for deferred model deletion signals.
|
9 years ago |
delete
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
delete_regress
|
05cea7fdbb
Changed database connection duplication technique.
|
9 years ago |
deprecation
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
dispatch
|
d91321e8be
Used assertIsInstance in tests.
|
10 years ago |
distinct_on_fields
|
253adc2b8a
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
|
9 years ago |
empty
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 years ago |
expressions
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
expressions_case
|
1c8c0837c6
Sorted single letter imports per the latest version of isort.
|
9 years ago |
extra_regress
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
field_deconstruction
|
8e631a3175
Refs #24590 -- Ensured isolation between autodetector tests
|
9 years ago |
field_defaults
|
f7969b0920
Fixed #23620 -- Used more specific assertions in the Django test suite.
|
10 years ago |
field_subclassing
|
08ab262649
Removed SubfieldBase per deprecation timeline.
|
9 years ago |
file_storage
|
914c72be2a
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to the Storage.
|
9 years ago |
file_uploads
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
files
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
fixtures
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
fixtures_model_package
|
d5b90c8e12
Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.
|
9 years ago |
fixtures_regress
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
flatpages_tests
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
force_insert_update
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
foreign_object
|
c339a5a6f7
Refs #16508 -- Renamed the current "virtual" fields to "private".
|
9 years ago |
forms_tests
|
86573861a9
Refs #15667 -- Removed choices argument from some RendererMixin methods.
|
9 years ago |
from_db_value
|
64a4211aa8
Refs #9619 -- Fixed failing test case
|
9 years ago |
generic_inline_admin
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
generic_relations
|
b9f8635f58
Refs #16508 -- Added invalidation of stale cached instances of GenericForeignKey targets.
|
9 years ago |
generic_relations_regress
|
1c8c0837c6
Sorted single letter imports per the latest version of isort.
|
9 years ago |
generic_views
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
get_earliest_or_latest
|
04de436932
Made multiline assertRaises* conform to flake8's E128 rule.
|
9 years ago |
get_object_or_404
|
12ba20d83c
Fixed #10532 -- Relaxed hard-type checking in get_object/list_or_404 shortcuts
|
9 years ago |
get_or_create
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
gis_tests
|
72ff70fba5
Made GDAL proj test less fragile
|
9 years ago |
handlers
|
2fcafd169b
Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.
|
9 years ago |
http_utils
|
bb0b4b705b
Fixed #26052 -- Moved conditional_content_removal() processing to the test client.
|
9 years ago |
httpwrappers
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
humanize_tests
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
i18n
|
4731e9d82e
Fixed #26341 (again) -- Addressed multiple occurrences per line use case
|
9 years ago |
import_error_package
|
c0cc8f69e7
Refactored tests that rely on an ImportError for Python 3.5 compatibility
|
10 years ago |
indexes
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
inline_formsets
|
a5c8a6ce19
Fixed #21332, #26538 -- Fixed inconsistent and duplicate form fields on inline formsets.
|
9 years ago |
inspectdb
|
39a16dd2e0
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
|
9 years ago |
introspection
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
invalid_models_tests
|
87338198e9
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
|
9 years ago |
known_related_objects
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
logging_tests
|
c3e1086949
Stopped truncating AdminEmailHandler message subjects
|
9 years ago |
lookup
|
8ddc79a799
Fixed #26285 -- Deprecated the MySQL-specific __search lookup.
|
9 years ago |
m2m_and_m2o
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
m2m_intermediary
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
m2m_multiple
|
491d01b7e9
Tweak some examples.
|
9 years ago |
m2m_recursive
|
2f3a4cd573
Removed numbering from the models.py header of some test packages.
|
10 years ago |
m2m_regress
|
9c5e272860
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
|
9 years ago |
m2m_signals
|
9c5e272860
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related set.
|
9 years ago |
m2m_through
|
fb4272f0e6
Refs #26092 -- Added @skipUnlessDBFeature to a test.
|
9 years ago |
m2m_through_regress
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
m2o_recursive
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
mail
|
ec009ef1d8
Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the address.
|
9 years ago |
managers_regress
|
a08fda2111
Fixed #25746 -- Isolated inlined test models registration.
|
9 years ago |
many_to_many
|
406675b1a0
Fixed #26176 -- Fixed E123 flake8 warnings.
|
9 years ago |
many_to_one
|
04e13c8913
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields.
|
9 years ago |
many_to_one_null
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
max_lengths
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
messages_tests
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
middleware
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
middleware_exceptions
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
migrate_signals
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
migration_test_data_persistence
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
migrations
|
8f6a1a1551
Fixed #26429 -- Added a timestamp to merge migration names.
|
9 years ago |
migrations2
|
5aa55038ca
Fixed #24743, #24745 -- Optimized migration plan handling
|
9 years ago |
model_fields
|
388bb5bd9a
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
|
9 years ago |
model_forms
|
f2b2a35699
Fixed docstring typos.
|
9 years ago |
model_formsets
|
ec6121693f
Fixed #22383 -- Added support for HTML5 required attribute on required form fields.
|
9 years ago |
model_formsets_regress
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 years ago |
model_inheritance
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
model_inheritance_regress
|
87338198e9
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
|
9 years ago |
model_meta
|
c339a5a6f7
Refs #16508 -- Renamed the current "virtual" fields to "private".
|
9 years ago |
model_options
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
model_package
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
model_permalink
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 years ago |
model_regress
|
10a162809f
Refs #24007 -- Removed an apps.populate() call in model unpickling that can cause deadlocks.
|
9 years ago |
model_validation
|
004ba0f99e
Removed unneeded hint=None/obj=None in system check messages.
|
9 years ago |
modeladmin
|
ec6121693f
Fixed #22383 -- Added support for HTML5 required attribute on required form fields.
|
9 years ago |
multiple_database
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
mutually_referential
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
nested_foreign_keys
|
b1e33ceced
Fixed #23395 -- Limited line lengths to 119 characters.
|
9 years ago |
no_models
|
be67400b47
Refs #24652 -- Used SimpleTestCase where appropriate.
|
10 years ago |
null_fk
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
9 years ago |
null_fk_ordering
|
93452a70e8
Fixed many spelling mistakes in code, comments, and docs.
|
9 years ago |
null_queries
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
one_to_one
|
04e13c8913
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fields.
|
9 years ago |
or_lookups
|
2cd2d18851
Fixed W503 flake8 warnings.
|
9 years ago |
order_with_respect_to
|
a08fda2111
Fixed #25746 -- Isolated inlined test models registration.
|
9 years ago |
ordering
|
ddf4af885f
Correct a grammatical error: "it's related model"
|
9 years ago |
pagination
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
postgres_tests
|
c112198332
Fixed #26542 -- Fixed quoting in CreateExtension operation.
|
9 years ago |
prefetch_related
|
7ec330eeb9
Refs #26565 -- Errored nicely when using Prefetch with a values() queryset.
|
9 years ago |
project_template
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
properties
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
proxy_model_inheritance
|
211486f3ab
Fixed #23076, #25505 -- Fixed deletion of intermediate proxy models.
|
9 years ago |
proxy_models
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
queries
|
388bb5bd9a
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
|
9 years ago |
queryset_pickle
|
93452a70e8
Fixed many spelling mistakes in code, comments, and docs.
|
9 years ago |
raw_query
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
redirects_tests
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
requests
|
929684d6ee
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
|
9 years ago |
requirements
|
a5033dbc58
Refs #26033 -- Added password hasher support for Argon2 v1.3.
|
9 years ago |
reserved_names
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
resolve_url
|
16411b8400
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
9 years ago |
responses
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
reverse_lookup
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
save_delete_hooks
|
2f3a4cd573
Removed numbering from the models.py header of some test packages.
|
10 years ago |
schema
|
49c57f8565
Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effective default.
|
9 years ago |
select_for_update
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
select_related
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
select_related_onetoone
|
0456a8b9e6
Fixed #26486 -- Fixed a select_related() + defer() MTI edge case.
|
9 years ago |
select_related_regress
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
serializers
|
87338198e9
Fixed #26320 -- Deprecated implicit OneToOnField parent_link.
|
9 years ago |
servers
|
f0a84112ba
Refs #25684 -- Silenced logging output in servers tests.
|
9 years ago |
sessions_tests
|
b040ac06eb
Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError.
|
9 years ago |
settings_tests
|
669c29c8f4
Fixed #26427 -- Ensured deleted setting doesn't appear in dir(settings)
|
9 years ago |
shell
|
7f7553dd30
Fixed #25680 -- Added django-admin shell --command option.
|
9 years ago |
shortcuts
|
3380169222
Removed unused view and url from shortcuts tests.
|
9 years ago |
signals
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
signed_cookies_tests
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 years ago |
signing
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
sitemaps_tests
|
2bdc9616f4
Added missing backslash in sitemaps_tests urls.
|
9 years ago |
sites_framework
|
983c158da7
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
|
9 years ago |
sites_tests
|
319b7112d8
Fixed #26446 -- Added additional tests to cover methods in the RequestSite class
|
9 years ago |
staticfiles_tests
|
f4c2b8e04a
Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list
|
9 years ago |
str
|
a08fda2111
Fixed #25746 -- Isolated inlined test models registration.
|
9 years ago |
string_lookup
|
e0837f2cb1
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
|
9 years ago |
swappable_models
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 years ago |
syndication_tests
|
04de436932
Made multiline assertRaises* conform to flake8's E128 rule.
|
9 years ago |
template_backends
|
19a5f6da32
Fixed #25469 -- Added autoescape option to DjangoTemplates backend.
|
9 years ago |
template_loader
|
229488c8a1
Fixed #26109 -- Raised a helpful error if loader.select_tamplate() is passed a string.
|
9 years ago |
template_tests
|
60b095cc4c
Refs #24046 -- Fixed a template test when run in reverse.
|
9 years ago |
templates
|
77974a684a
Changed `action="."` to `action=""` in tests and docs.
|
9 years ago |
test_client
|
2f698cd991
Refs #26428 -- Added support for relative path redirects to the test client.
|
9 years ago |
test_client_regress
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
test_discovery_sample
|
032f5a7896
Refs #25735 -- Made @tag decorator importable from django.test.
|
9 years ago |
test_discovery_sample2
|
e22c64dfc0
Fixed #23742 -- Added an option to reverse tests order.
|
10 years ago |
test_exceptions
|
cfa26f29bd
Reduced reduce() usage; refs #23796.
|
10 years ago |
test_runner
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
test_utils
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
timezones
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
transaction_hooks
|
00a1d4d042
Fixed #21803 -- Added support for post-commit callbacks
|
9 years ago |
transactions
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
unmanaged_models
|
98839e9066
Removed British/Austrialian word: whilist.
|
9 years ago |
update
|
1c8c0837c6
Sorted single letter imports per the latest version of isort.
|
9 years ago |
update_only_fields
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
urlpatterns_reverse
|
c1aec0feda
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
|
9 years ago |
user_commands
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
utils_tests
|
2f0e0eee45
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
|
9 years ago |
validation
|
a885bca1df
Fixed #26528 -- Allowed any iterable (e.g. tuple) as validators kwarg for form/model fields.
|
9 years ago |
validators
|
b1afebf882
Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
|
9 years ago |
version
|
4921d4e59f
Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.
|
9 years ago |
view_tests
|
de40cfbe74
Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views
|
9 years ago |
wsgi
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
.coveragerc
|
f6259ce776
Fixed #25209 -- Removed parallel=True coverage option
|
9 years ago |
README.rst
|
82e4f956e3
Fixed #23289 -- Added mock as a test dependency.
|
10 years ago |
runtests.py
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 years ago |
test_sqlite.py
|
23a5ec0782
Added trailing comma.
|
10 years ago |
urls.py
|
37ea3cb03e
Fixed "URLconf" spelling in code comments.
|
9 years ago |