Jannis Leidel 8f3e1c1c63 Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thanks, Dave McLain. 14 gadi atpakaļ
..
admin_changelist 065e6b6153 Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search results in admin with search_fields traversing to non-M2M related models. Thanks to Adam Kochanowski for the report and Ryan Kaskel for the patch. 14 gadi atpakaļ
admin_filters 95dc7c7486 Fixed #15960 -- Extended list filer API added in r16144 slightly to pass the current model admin to the SimpleListFilter.lookups method to support finer grained control over what is filtered over. Many thanks to Carl Meyer and Julien Phalip for the suggestion and patch. 14 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
admin_scripts 6bdaef26ec Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning not-installed models (by default). Thanks adsva for report. 14 gadi atpakaļ
admin_util f459169170 Fixed #15661 - LogEntry objects have no unicode method 14 gadi atpakaļ
admin_validation 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 gadi atpakaļ
admin_views 7dd72360a2 Make use of new translation and settings context manager in the tests. 14 gadi atpakaļ
admin_widgets 7dd72360a2 Make use of new translation and settings context manager in the tests. 14 gadi atpakaļ
aggregation_regress 0cf527f77c Fixed a test that was failing in Oracle due to default ordering assumptions. 14 gadi atpakaļ
app_loading 2706fdbc87 Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke for catching it. 14 gadi atpakaļ
backends 5b0e4e49d4 Fixed #14091 - be more correct about logging queries in connection.queries. 14 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
builtin_server afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
cache fd309996df Fixed #15704 -- Made cache tests more reusable by moving the backend path into a class attribute. Thanks for the patch, jonash 14 gadi atpakaļ
comment_tests 1b6670dd59 Fixed #15904 - render_comment_form executes unnecessary query for object 14 gadi atpakaļ
conditional_processing 3b94af8a84 Modified some regression tests to make them independent of the default root urlconf. 14 gadi atpakaļ
context_processors 4c468800ee Updates to the test suite to allow for newly deprecated and removed features 14 gadi atpakaļ
csrf_tests 4c468800ee Updates to the test suite to allow for newly deprecated and removed features 14 gadi atpakaļ
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 gadi atpakaļ
custom_managers_regress e2ff11c6a3 Migrated the custom_managers_regress doctests. Thanks to Paul McMillan. 14 gadi atpakaļ
datatypes afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
dates abaa3ed4bd Fixed #13935, added support for using QuerySet.dates across related fields. Thanks to valyagolev for his work on the patch. 14 gadi atpakaļ
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 gadi atpakaļ
decorators 086ab44336 Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEAD. Thanks, aaugustin and Julien. 14 gadi atpakaļ
defaultfilters 7dd72360a2 Make use of new translation and settings context manager in the tests. 14 gadi atpakaļ
defer_regress 5506653b77 Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries. 14 gadi atpakaļ
delete_regress afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
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 gadi atpakaļ
expressions_regress b1f6a4d66f Fixed #10154: Allow combining F expressions with timedelta values. 14 gadi atpakaļ
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 gadi atpakaļ
file_storage afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
file_uploads 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 gadi atpakaļ
fixtures_regress f17fc56602 Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects. 14 gadi atpakaļ
forms 7dd72360a2 Make use of new translation and settings context manager in the tests. 14 gadi atpakaļ
formwizard da0c6908e8 Fixed #9473: FormWizard now works with NullBooleanFields. As a bonus, we now have the beginnings of a test suite for FormWizard. Thanks, Keith Bussell. 16 gadi atpakaļ
generic_inline_admin afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
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 gadi atpakaļ
generic_views f4c808b7f5 Fixed #15688 - Generic views should provide a HEAD implementation 14 gadi atpakaļ
get_or_create_regress ea774bf9a7 Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this. 14 gadi atpakaļ
handlers 12265410ac Fixed #15672 -- Refined changes made in r15918. Thanks, vung. 14 gadi atpakaļ
httpwrappers afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
humanize 8f3e1c1c63 Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thanks, Dave McLain. 14 gadi atpakaļ
i18n 7dd72360a2 Make use of new translation and settings context manager in the tests. 14 gadi atpakaļ
initial_sql_regress b31a1b9926 Refs #14661 -- Clarified the handling of initial data injected via custom SQL. 14 gadi atpakaļ
inline_formsets 9e637d3061 Fixed a number of tests that were failing in Oracle due to false assumptions about the primary keys of objects. 14 gadi atpakaļ
inspectdb 74d485c4ec Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't differentiate a foreign key from an integer. 14 gadi atpakaļ
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 gadi atpakaļ
locale f6e38f3800 Fixed #5494, #10765, #14924 -- Modified the order in which translations are read when composing the final translation to offer at runtime. 14 gadi atpakaļ
localflavor 59d1f82634 Fixed #11251 -- Extended Australian localflavor to ship a few model fields additionally. Thanks, Simon Meers and Julien Phalip. 14 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
mail 4b93bd8b3a Fixed #11928 -- Added test for tuple to list conversion during mail message initialization added in r11709. Thanks, Claude Paroz. 14 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
max_lengths afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
middleware 171df93170 Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filtering of 404s to ignore 14 gadi atpakaļ
middleware_exceptions 3b94af8a84 Modified some regression tests to make them independent of the default root urlconf. 14 gadi atpakaļ
model_fields 48cffd9e45 Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh and magopian. 14 gadi atpakaļ
model_forms_regress f17fc56602 Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects. 14 gadi atpakaļ
model_formsets_regress 4b746a6a24 Fixed #15549 -- Removed dependency on specific primary keys. Thanks to bberes for the report. 14 gadi atpakaļ
model_inheritance_regress afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
model_inheritance_select_related ceef628c19 Converted model_inheritance_select_related tests from doctests to unittests. We have always been at war with doctests. 14 gadi atpakaļ
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 gadi atpakaļ
model_regress f777ddf3e6 Fixed a failing test caused by [14614]. 14 gadi atpakaļ
modeladmin 18d2f4a816 Fixed #5833 -- Modified the admin list filters to be easier to customize. Many thanks to Honza Král, Tom X. Tobin, gerdemb, eandre, sciyoshi, bendavis78 and Julien Phalip for working on this. 14 gadi atpakaļ
multiple_database afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
null_fk db5807bdb1 Fixed #15823 - incorrect join condition when combining Q objects 14 gadi atpakaļ
null_fk_ordering d271566a7d Migrated null_fk_ordering doctests. Thanks to Stephan Jaekel. 14 gadi atpakaļ
null_queries afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
one_to_one_regress afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
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 gadi atpakaļ
queries c77372cad0 Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks, intgr for ticket and accuser for patch. 14 gadi atpakaļ
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 gadi atpakaļ
requests 8bb46d8b7c Fixed #15679 - regression in HttpRequest.POST and raw_post_data access. 14 gadi atpakaļ
reverse_single_related afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
select_related_onetoone 5506653b77 Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries. 14 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
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 gadi atpakaļ
settings_tests 0dc6420b3e Added TestCase.settings context manager to easily override settings in test methods. 14 gadi atpakaļ
signals_regress afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
sites_framework 31560e31f9 Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley! 14 gadi atpakaļ
special_headers 2f9c52dc90 Fixed a failing test in special_headers, and performed a bit of cleanup. 14 gadi atpakaļ
staticfiles_tests bd0daa04f5 Fixed staticfiles test that was broken on Windows due to the result of the stdout not being correctly handled as Unicode. 14 gadi atpakaļ
string_lookup afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
syndication 3b94af8a84 Modified some regression tests to make them independent of the default root urlconf. 14 gadi atpakaļ
templates 950e05c3ff Fixed #14262 -- Added new assignment_tag as a simple way to assign the result of a template tag to a context variable. Thanks, Julien Phalip. 14 gadi atpakaļ
test_client_regress 27efda5f5b Corrected warning filter in test_client_regress 14 gadi atpakaļ
test_runner 32517041bd Silenced DeprecationWarning caused by testing deprecated DjangoTestRunner 14 gadi atpakaļ
test_utils 3b94af8a84 Modified some regression tests to make them independent of the default root urlconf. 14 gadi atpakaļ
text 7dd72360a2 Make use of new translation and settings context manager in the tests. 14 gadi atpakaļ
transactions_regress afd040d4d3 Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 14 gadi atpakaļ
urlpatterns_reverse e99fa0c47f Added file forgotten in r16121. Refs #5925. Thanks, Julien. 14 gadi atpakaļ
utils 23b32c7554 Fixed #15811 - lazy() doesn't take into account methods defined in parents 14 gadi atpakaļ
views 7dd72360a2 Make use of new translation and settings context manager in the tests. 14 gadi atpakaļ
__init__.py a513fcb455 Added regressions tests to ensure that one-to-one and many-to-many fields 19 gadi atpakaļ