.. |
admin_changelist
|
8d35fd4c32
Use new TestCase methods for equality comparisons
|
12 anos atrás |
admin_custom_urls
|
ec469ade2b
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
|
12 anos atrás |
admin_filters
|
1ae64e96c1
Fixed a dependence on set-ordering in tests
|
12 anos atrás |
admin_inlines
|
67dd54dc84
Fixed #19609: admin Inlines doesn't display help_text for readonly fields
|
12 anos atrás |
admin_ordering
|
4a103086d5
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
12 anos atrás |
admin_registration
|
600c576ac5
Fixed #17090 -- Made the API specification for `ModelAdmin.get_list_display()` more consistent with that of `ModelAdmin.list_display` by separating out the admin action check boxes business. This is backwards-incompatible for those who have been using the still-unreleased `get_list_display()` method. Thanks to Ramiro Morales for the review.
|
13 anos atrás |
admin_scripts
|
b9c8bbf372
Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv
|
12 anos atrás |
admin_util
|
8ce1e392fa
Fixed error introduced when testing patch for 013db6ba85
|
12 anos atrás |
admin_validation
|
0694d2196f
Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form() method is overridden.
|
12 anos atrás |
admin_views
|
f07a5f0a21
Fixed #11295: If ModelAdmin.queryset returns a filtered QS don't require a 2nd count call
|
12 anos atrás |
admin_widgets
|
50677b29af
Made a couple of selenium tests wait for page loaded
|
12 anos atrás |
aggregation_regress
|
4b9fa49bc0
Avoided related_name conflicts in tests
|
12 anos atrás |
app_loading
|
c91667338a
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
|
12 anos atrás |
backends
|
b55cde054e
Added a db_constraint option to ForeignKeys.
|
12 anos atrás |
bash_completion
|
d7429defe6
Add sqldropindexes to manage
|
12 anos atrás |
bug639
|
c91667338a
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
|
12 anos atrás |
bug8245
|
9383a2761c
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch.
|
13 anos atrás |
builtin_server
|
ee26797cff
Fixed typos in docs and comments
|
12 anos atrás |
bulk_create
|
0a0a0d66b3
Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objs
|
12 anos atrás |
cache
|
99edbe0e27
Fixed #19253 -- Extracted template cache key building logic
|
12 anos atrás |
commands_sql
|
d7429defe6
Add sqldropindexes to manage
|
12 anos atrás |
comment_tests
|
ade992c61e
Fixed #16302 -- Ensure contrib.comments is IPv6 capable
|
12 anos atrás |
conditional_processing
|
b3ee80a0cf
Fixed parse_http_date docstring and moved related tests
|
12 anos atrás |
context_processors
|
d362c1546f
Convert much of the regression tests to use absolute imports. There's still work to be done though.
|
13 anos atrás |
createsuperuser
|
396357741b
[py3] Used compatible imports of StringIO.
|
12 anos atrás |
csrf_tests
|
d51fb74360
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
|
12 anos atrás |
custom_columns_regress
|
d4a0b27838
[py3] Refactored __unicode__ to __str__.
|
12 anos atrás |
custom_managers_regress
|
d4a0b27838
[py3] Refactored __unicode__ to __str__.
|
12 anos atrás |
datatypes
|
d4a0b27838
[py3] Refactored __unicode__ to __str__.
|
12 anos atrás |
dates
|
e74e207cce
Fixed #17260 -- Added time zone aware aggregation and lookups.
|
12 anos atrás |
datetimes
|
e74e207cce
Fixed #17260 -- Added time zone aware aggregation and lookups.
|
12 anos atrás |
db_typecasts
|
ee191715ea
[py3] Fixed access to dict keys/values/items.
|
12 anos atrás |
decorators
|
2ecf56ea3f
Removed legacy ways of calling cache_page.
|
12 anos atrás |
defaultfilters
|
161cafb6f6
another failing test case for square brackets.
|
12 anos atrás |
defer_regress
|
163b471e9e
Converted a couple of assertEquals -> assertEqual
|
12 anos atrás |
delete_regress
|
8ef3235034
Fixed #19720 -- Oracle ordering related delete regression
|
12 anos atrás |
dispatch
|
1cd6e04cd4
Fixed #18676 -- Allow fast-path deletion of objects
|
12 anos atrás |
expressions_regress
|
088d3bc2f8
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
|
12 anos atrás |
extra_regress
|
e74e207cce
Fixed #17260 -- Added time zone aware aggregation and lookups.
|
12 anos atrás |
file_storage
|
e4ee3d8fca
Fixed a few ResourceWarnings.
|
12 anos atrás |
file_uploads
|
2a67374b51
Fixed #19036 -- Fixed base64 uploads decoding
|
12 anos atrás |
fixtures_regress
|
b9fc70141a
Don't rely on dictionary ordering in tests
|
12 anos atrás |
forms
|
21f333bcef
Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddressField
|
12 anos atrás |
generic_inline_admin
|
35c991aa06
Added a default limit to the maximum number of forms in a formset.
|
12 anos atrás |
generic_relations_regress
|
88c726bea0
Skipped a test on Oracle
|
12 anos atrás |
generic_views
|
e74e207cce
Fixed #17260 -- Added time zone aware aggregation and lookups.
|
12 anos atrás |
get_or_create_regress
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
13 anos atrás |
handlers
|
bacb097ac3
Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4.
|
12 anos atrás |
http_utils
|
5e629a015e
Added tests for conditional_content_removal.
|
12 anos atrás |
httpwrappers
|
92837ae569
Avoided firing the request_finished signal in tests.
|
12 anos atrás |
i18n
|
539900f117
Fixes #17866: Vary: Accept-Language header when language prefix used
|
12 anos atrás |
indexes
|
c698c55966
Created special PostgreSQL text indexes when unique is True
|
12 anos atrás |
initial_sql_regress
|
0cdfa76e68
Amended an SQL test fixture to not include an id value
|
12 anos atrás |
inline_formsets
|
292322f977
[py3k] Silence many warnings while running the tests.
|
12 anos atrás |
inspectdb
|
f565c6f999
Marked a test as expected failure. Refs #19884
|
12 anos atrás |
introspection
|
f46d7314b5
Fixed #19677 -- Introspection of recursive foreign keys under SQLite.
|
12 anos atrás |
logging_tests
|
c6e0dedbdb
Fixed #19637 -- Ensured AdminEmailHandler fails silently
|
12 anos atrás |
m2m_regress
|
f56ca3f0e6
Fixed the usage of the deprecated assertEquals.
|
12 anos atrás |
m2m_through_regress
|
8d35fd4c32
Use new TestCase methods for equality comparisons
|
12 anos atrás |
mail
|
ffa50ca352
Fixed #19382 -- Stopped smtp backend raising exception when already closed
|
12 anos atrás |
managers_regress
|
088d3bc2f8
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
|
12 anos atrás |
many_to_one_regress
|
09fcb70c80
Fixed empty strings + to_field regression on Oracle
|
12 anos atrás |
max_lengths
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
13 anos atrás |
middleware
|
e94f405d94
Fixed #18558 -- Added url property to HttpResponseRedirect*
|
12 anos atrás |
middleware_exceptions
|
3904b74a3f
Fixed #18013 -- Use the new 'as' syntax for exceptions.
|
13 anos atrás |
model_fields
|
b6f4a92ff4
Proposed fix for #18162.
|
12 anos atrás |
model_forms_regress
|
c91667338a
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
|
12 anos atrás |
model_formsets_regress
|
a097ee32d8
Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.
|
12 anos atrás |
model_inheritance_regress
|
e74e207cce
Fixed #17260 -- Added time zone aware aggregation and lookups.
|
12 anos atrás |
model_inheritance_select_related
|
d4a0b27838
[py3] Refactored __unicode__ to __str__.
|
12 anos atrás |
model_permalink
|
210fd7c658
refs #12836 - Added a test to assure permalink wraps method attributes
|
12 anos atrás |
model_regress
|
088d3bc2f8
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
|
12 anos atrás |
modeladmin
|
292322f977
[py3k] Silence many warnings while running the tests.
|
12 anos atrás |
multiple_database
|
db09a2de6e
Cleaned up some lingering signals in the test suite that were causing spurious failures with Pypy and Postgres.
|
12 anos atrás |
nested_foreign_keys
|
3fef304ff2
Refactored negated IS NULL handling
|
12 anos atrás |
null_fk
|
d4a0b27838
[py3] Refactored __unicode__ to __str__.
|
12 anos atrás |
null_fk_ordering
|
d4a0b27838
[py3] Refactored __unicode__ to __str__.
|
12 anos atrás |
null_queries
|
e74e207cce
Fixed #17260 -- Added time zone aware aggregation and lookups.
|
12 anos atrás |
one_to_one_regress
|
3190abcd75
Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.
|
12 anos atrás |
pagination
|
7eba5fbc02
Fixed a couple of stale tests caused by patch for #19462
|
12 anos atrás |
queries
|
cbb9f629b8
Revert "fixes #19263" - Fails if not SQLite
|
12 anos atrás |
queryset_pickle
|
a54a8bab0c
Fixed #17776 - DoesNotExist is not picklable
|
12 anos atrás |
requests
|
d51fb74360
Added a new required ALLOWED_HOSTS setting for HTTP host header validation.
|
12 anos atrás |
resolve_url
|
a78dd109e6
Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.
|
12 anos atrás |
reverse_single_related
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
13 anos atrás |
select_related_onetoone
|
34ee7d9875
Updated deprecated test assertions
|
12 anos atrás |
select_related_regress
|
3c6318e831
Fixed #19870 -- Regression in select_related in inheritance cases
|
12 anos atrás |
serializers_regress
|
c6d69c12ea
Restrict the XML deserializer to prevent network and entity-expansion DoS attacks.
|
12 anos atrás |
servers
|
c91667338a
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
|
12 anos atrás |
settings_tests
|
d1c72d9e01
Removed django.core.management.setup_environ and execute_manager.
|
12 anos atrás |
signals_regress
|
f47af9df1d
Cleaned up several test cases, to better isolate state.
|
12 anos atrás |
signed_cookies_tests
|
4a103086d5
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
12 anos atrás |
signing
|
28ea4d4b07
Fixed #18852 -- Restored backwards compatibility
|
12 anos atrás |
sites_framework
|
d4a0b27838
[py3] Refactored __unicode__ to __str__.
|
12 anos atrás |
special_headers
|
8fad77da95
Ensured tests pass using custom PASSWORD_HASHERS.
|
13 anos atrás |
staticfiles_tests
|
32a7ab2148
Fixed #19526
|
12 anos atrás |
string_lookup
|
d4a0b27838
[py3] Refactored __unicode__ to __str__.
|
12 anos atrás |
swappable_models
|
c04c03daa3
Fixed #19401 -- Ensure that swappable model references are case insensitive.
|
12 anos atrás |
syndication
|
0a8402eb05
Test case and docs for custom context data in feeds
|
12 anos atrás |
templates
|
c10ed58746
Caught warnings in the templates tests. Refs #17906.
|
12 anos atrás |
test_client_regress
|
bc7a219b1e
Fixed Python 3.2 compatibility for a test.
|
12 anos atrás |
test_runner
|
632361611c
Fixed #19833 -- Fixed import parameter encoding in get_runner
|
12 anos atrás |
test_utils
|
7947c9e3a6
Deprecated undocumented warnings manipulation testing tools.
|
12 anos atrás |
text
|
4a103086d5
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
12 anos atrás |
transactions_regress
|
150e202172
Some style fixes for stuff that was clearly brough tover from doctests.
|
12 anos atrás |
urlpatterns_reverse
|
e94f405d94
Fixed #18558 -- Added url property to HttpResponseRedirect*
|
12 anos atrás |
utils
|
b88abd6840
Fixed #19872
|
12 anos atrás |
version
|
55416e235d
Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.
|
12 anos atrás |
views
|
1cd2f51eb4
Added test runner option to skip Selenium tests (#19854).
|
12 anos atrás |
wsgi
|
7c5b244826
Fixed #17061 -- Factored out importing object from a dotted path
|
12 anos atrás |
__init__.py
|
a513fcb455
Added regressions tests to ensure that one-to-one and many-to-many fields
|
19 anos atrás |