.. |
admin_changelist
|
cb2c669d14
Fixed an unnecessary use of TransactionTestCase
|
14 년 전 |
admin_filters
|
5434ce231d
Fixed #11868 - Multiple sort in admin changelist.
|
14 년 전 |
admin_inlines
|
0a9b5d7ade
Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `readonly_fields` by passing the right ModelAdmin (sub)class instance when instantiating inline forms admin wrappers. Also, added early validation of its elements. Thanks kmike for the report and Karen for the patch fixing the issue.
|
14 년 전 |
admin_ordering
|
b3520da9ac
Fixed #13862 -- Added an ordering option to InlineModelAdmin and cleaned up documentation for it a bit. Thanks, Simon Meers, rasca and cogat.
|
14 년 전 |
admin_registration
|
12bd7bcb35
Fixed #12004 -- Improved error reporting when an abstract class is registered with the admin. Thanks to Matt Smalley for the report, and to mk and Julien Phalip for the patch.
|
14 년 전 |
admin_scripts
|
dff31de20a
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch.
|
14 년 전 |
admin_util
|
f459169170
Fixed #15661 - LogEntry objects have no unicode method
|
14 년 전 |
admin_validation
|
909e002808
Fix UnboundLocalError than could occur during ModelAdmin validation.
|
14 년 전 |
admin_views
|
cb996cce05
Fixed various bugs related to having multiple columns in admin list_display with the same sort field
|
14 년 전 |
admin_widgets
|
b0d274dbd5
Added missing future imports missed in r16167.
|
14 년 전 |
aggregation_regress
|
a8598c7de2
Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a way consistent with other empty query sets. Thanks alexr for the report and patch.
|
14 년 전 |
app_loading
|
2706fdbc87
Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke for catching it.
|
14 년 전 |
backends
|
724c84fe90
Fixed #13648 - '%s' escaping support for sqlite3 regression.
|
14 년 전 |
bash_completion
|
121d2e3678
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.
|
14 년 전 |
bug639
|
121d2e3678
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.
|
14 년 전 |
bug8245
|
5bc0ec4ec4
Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite.
|
14 년 전 |
builtin_server
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
cache
|
fd309996df
Fixed #15704 -- Made cache tests more reusable by moving the backend path into a class attribute. Thanks for the patch, jonash
|
14 년 전 |
comment_tests
|
1b6670dd59
Fixed #15904 - render_comment_form executes unnecessary query for object
|
14 년 전 |
conditional_processing
|
3b94af8a84
Modified some regression tests to make them independent of the default root urlconf.
|
14 년 전 |
context_processors
|
4531767700
Fixed auth context processor tests, which were not running at all previously.
|
14 년 전 |
csrf_tests
|
73721912e2
Fixed #16002 - test failure due to missing `from __future__ import with_statement`
|
14 년 전 |
custom_columns_regress
|
a904e55859
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.
|
14 년 전 |
custom_managers_regress
|
e2ff11c6a3
Migrated the custom_managers_regress doctests. Thanks to Paul McMillan.
|
14 년 전 |
datatypes
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
dates
|
abaa3ed4bd
Fixed #13935, added support for using QuerySet.dates across related fields. Thanks to valyagolev for his work on the patch.
|
14 년 전 |
db_typecasts
|
6774207394
Fixed #14453 -- Changed handling of microseconds part in typecast_timestamp() DB backend helper function to be more correct. Thanks philipn for the report and fix.
|
14 년 전 |
decorators
|
bb12a02bd8
Deprecated legacy ways of calling cache_page
|
14 년 전 |
defaultfilters
|
b0d274dbd5
Added missing future imports missed in r16167.
|
14 년 전 |
defer_regress
|
07bfc76ecf
Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy models. Thanks Michal Modzelewzki for the report and patch.
|
14 년 전 |
delete_regress
|
de3b58d626
Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys
|
14 년 전 |
dispatch
|
13864703bc
Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch.
|
14 년 전 |
expressions_regress
|
b1f6a4d66f
Fixed #10154: Allow combining F expressions with timedelta values.
|
14 년 전 |
extra_regress
|
13864703bc
Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch.
|
14 년 전 |
file_storage
|
d34bb3c833
Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend with regard to deleting a file. Refs #16082, too. Thanks, Aymeric Augustin.
|
14 년 전 |
file_uploads
|
fcf7fbc68c
Fixes #8593 -- better handling of safe_join case sensitivity on windows. Thanks for the initial patch, ramiro.
|
14 년 전 |
fixtures_regress
|
f17fc56602
Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects.
|
14 년 전 |
forms
|
dce278673a
Fixed #9459: forms.HiddenInput and DateTime field loses microseconds. Thanks to mt.
|
14 년 전 |
generic_inline_admin
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
generic_relations_regress
|
bb6b9aa472
Fixed #11535: Corrected SQL generated for queries involving generic relations and ORed Q objects. Thanks to brianglass for report, tobias for fix and test, and Alex for review.
|
15 년 전 |
generic_views
|
f4c808b7f5
Fixed #15688 - Generic views should provide a HEAD implementation
|
14 년 전 |
get_or_create_regress
|
ea774bf9a7
Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this.
|
14 년 전 |
handlers
|
12265410ac
Fixed #15672 -- Refined changes made in r15918. Thanks, vung.
|
14 년 전 |
httpwrappers
|
dff31de20a
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and mentions from docs. Thanks Aymeric Augustin for the report and patch.
|
14 년 전 |
humanize
|
578a31fea3
Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince and timeuntil filters as fallbacks instead of date filter.
|
14 년 전 |
i18n
|
64e19ffb4e
Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library.
|
14 년 전 |
initial_sql_regress
|
b31a1b9926
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
|
14 년 전 |
inline_formsets
|
9e637d3061
Fixed a number of tests that were failing in Oracle due to false assumptions about the primary keys of objects.
|
14 년 전 |
inspectdb
|
74d485c4ec
Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't differentiate a foreign key from an integer.
|
14 년 전 |
introspection
|
13864703bc
Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch.
|
14 년 전 |
locale
|
f6e38f3800
Fixed #5494, #10765, #14924 -- Modified the order in which translations are read when composing the final translation to offer at runtime.
|
14 년 전 |
localflavor
|
59d1f82634
Fixed #11251 -- Extended Australian localflavor to ship a few model fields additionally. Thanks, Simon Meers and Julien Phalip.
|
14 년 전 |
m2m_regress
|
2bbea7555b
Fixed #14458 -- converted m2m_regress tests from doctests to unittests. We have always been at war with doctests. Thanks to Gabriel Hurley for the patch.
|
14 년 전 |
m2m_through_regress
|
84291b7b84
Fixed #15161 - Corrected handling of ManyToManyField with through table using to_field on its ForeignKeys. Thanks to adehnert for the report.
|
14 년 전 |
mail
|
a3a53e0b73
Fixed #15561 -- Extended test setting override code added in r16165 with a decorator and a signal for setting changes.
|
14 년 전 |
managers_regress
|
52efbf9715
Fixed #14460 -- converted managers_regress tests from doctests to unittests. We have always been at war with doctests. Patch from Gabriel Hurley.
|
14 년 전 |
many_to_one_regress
|
1ac4c101ae
Fixed #14459 -- converted many_to_one_regress tests from doctests to unittests. We have always been at war with doctests. Patch from Gabriel Hurley.
|
14 년 전 |
max_lengths
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
middleware
|
524c5fa07a
Fixed #14261 - Added clickjacking protection (X-Frame-Options header)
|
14 년 전 |
middleware_exceptions
|
3b94af8a84
Modified some regression tests to make them independent of the default root urlconf.
|
14 년 전 |
model_fields
|
48cffd9e45
Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh and magopian.
|
14 년 전 |
model_forms_regress
|
684b0396cf
Fixed #14082 -- Use metaclass of provided ModelForm subclass in modelform_factory. Thanks jspiros and Stephen Burrows for the patch.
|
14 년 전 |
model_formsets_regress
|
4b746a6a24
Fixed #15549 -- Removed dependency on specific primary keys. Thanks to bberes for the report.
|
14 년 전 |
model_inheritance_regress
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
model_inheritance_select_related
|
ceef628c19
Converted model_inheritance_select_related tests from doctests to unittests. We have always been at war with doctests.
|
14 년 전 |
model_permalink
|
72c5733869
Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it doesn't eat the docstring. Thanks for the report, sfllaw. Also added tests.
|
14 년 전 |
model_regress
|
f777ddf3e6
Fixed a failing test caused by [14614].
|
14 년 전 |
modeladmin
|
4a4b6b271e
Fixed #16080 -- Handle admin list filter items with two characters better. Thanks, Ales Zoulek and Julien Phalip.
|
14 년 전 |
multiple_database
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
null_fk
|
db5807bdb1
Fixed #15823 - incorrect join condition when combining Q objects
|
14 년 전 |
null_fk_ordering
|
d271566a7d
Migrated null_fk_ordering doctests. Thanks to Stephan Jaekel.
|
14 년 전 |
null_queries
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
one_to_one_regress
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
pagination_regress
|
0e9692bc66
Fixed #13689 -- Convert the per_page value to an integer upon initialization of the Paginator class to prevent unpleasant TypeErrors. Thanks, rbanffy, Eric Florenzano and Claude Paroz.
|
14 년 전 |
queries
|
c77372cad0
Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks, intgr for ticket and accuser for patch.
|
14 년 전 |
queryset_pickle
|
5a3521fd07
Tweak the last two tests from r13013 to test what they are intended to test instead of repeating 3rd to last test.
|
15 년 전 |
requests
|
8bb46d8b7c
Fixed #15679 - regression in HttpRequest.POST and raw_post_data access.
|
14 년 전 |
reverse_single_related
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
select_related_onetoone
|
5506653b77
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries.
|
14 년 전 |
select_related_regress
|
f17fc56602
Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects.
|
14 년 전 |
serializers_regress
|
930371e91b
Fixed #15889 -- when trying to access to access a serializer that doesn't exist, raise a new SerializerDoesNotExist exception. Thanks to Mathieu Agopian for the patch.
|
14 년 전 |
servers
|
cfc19f84de
Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support.
|
14 년 전 |
settings_tests
|
5dec36de15
Removed a settings test introduced in r16237 that didn't run on Python < 2.6 due to a SyntaxError raise regarding the class decorators. Thanks for the hint, Julien.
|
14 년 전 |
signals_regress
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
signed_cookies_tests
|
f60d428463
Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved.
|
14 년 전 |
signing
|
f60d428463
Fixed #12417 -- Added signing functionality, including signing cookies. Many thanks to Simon, Stephan, Paul and everyone else involved.
|
14 년 전 |
sites_framework
|
31560e31f9
Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley!
|
14 년 전 |
special_headers
|
2f9c52dc90
Fixed a failing test in special_headers, and performed a bit of cleanup.
|
14 년 전 |
staticfiles_tests
|
7f6675a5fb
Stopped staticfiles from modifying INSTALLED_APPS during test runtime.
|
14 년 전 |
string_lookup
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
syndication
|
3b94af8a84
Modified some regression tests to make them independent of the default root urlconf.
|
14 년 전 |
templates
|
0638ba5bba
Enhanced a bit the documentation and docstring for the url template tag. Also, added a test for it.
|
14 년 전 |
test_client_regress
|
dc4c2f3add
Fixed #15929 - test.client.RequestFactory keeps state/AuthMiddleware does monkey patching
|
14 년 전 |
test_runner
|
32517041bd
Silenced DeprecationWarning caused by testing deprecated DjangoTestRunner
|
14 년 전 |
test_utils
|
3b94af8a84
Modified some regression tests to make them independent of the default root urlconf.
|
14 년 전 |
text
|
b0d274dbd5
Added missing future imports missed in r16167.
|
14 년 전 |
transactions_regress
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 년 전 |
urlpatterns_reverse
|
ae3fec0da8
Fixed minor typo in tests introduced in r16121. Refs #5925.
|
14 년 전 |
utils
|
64e19ffb4e
Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library.
|
14 년 전 |
views
|
45e55b9143
Fixed #14614 - filtering of sensitive information in 500 error reports.
|
14 년 전 |
__init__.py
|
a513fcb455
Added regressions tests to ensure that one-to-one and many-to-many fields
|
19 년 전 |