Jannis Leidel 645eb2b26b Stopped staticfiles app from requiring a models module when looking for static files. Also removed a bit of code smell in the prefix handling by saving it in the source file storage. před 14 roky
..
admin_changelist af5ad1116c Rectified bugs that were accidentally committed in r14997. Thanks for the heads-up, Alex Gaynor. před 14 roky
admin_inlines 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
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. před 14 roky
admin_registration 09cdfda249 Migrated admin_registration doctests. Thanks to Sebastian Hillig. před 14 roky
admin_scripts d7fa33af78 Fixed #14928 -- Ensure that a fully qualified domain name can be used for runserver. Thanks to Karmel Allison for the report, Łukasz Rekucki for the patch, and claudep for the tests. před 14 roky
admin_util 616b30227d Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review. před 14 roky
admin_validation d11dfcf678 Migrated admin_validation doctests. Thanks to Sebastian Hillig. před 14 roky
admin_views 1c56af676d Added tests demonstrating that filtering lookup expression that involve model with inheritance schemes aren't incorrectly blacklisted by the r15031 security fix. Refs. #15032. před 14 roky
admin_widgets 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
aggregation_regress 29de7ee9cb Fixed #11293 -- fixed using Q objects to generate ORs with aggregates. před 14 roky
app_loading 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
backends 5475da1c32 Added a regression test for r14781. Also fixed a bug where connection.vendor was effectively always 'unknown', causing all vendor-specific tests to be skipped. před 14 roky
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. před 14 roky
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. před 14 roky
bug8245 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
builtin_server 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
cache b22415214a Beefed up the tests for multi-cache handling of the cache middleware and view decorators, and made a couple of tweaks for edge cases as a result. před 14 roky
comment_tests 2d352444b0 Fixed #14176 -- Added forwards compatibility to the legacy syndication feed view. This allows class-based feeds to be deployed using the old-style feed view, as long as the feed requires no arguments (i.e., get_object returns None). Thanks to psychcf for the report, cwhaines for the investigation, and Andrew Godwin for the assist. před 14 roky
conditional_processing d2a8bc5b40 Fixed #10681 -- Work around (by ignoring) invalid ETag headers. před 16 roky
context_processors 7ff5580d95 Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. před 14 roky
csrf_tests 02fc6276d7 Fixed #14508 - test suite silences warnings. před 14 roky
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. před 14 roky
custom_managers_regress e2ff11c6a3 Migrated the custom_managers_regress doctests. Thanks to Paul McMillan. před 14 roky
datatypes 87a8046f90 Made the oracle backend throw the same ValueError as the mysql backend when a timezone-aware datetime is passed in. This fixes a datatypes test failure. před 14 roky
dates abaa3ed4bd Fixed #13935, added support for using QuerySet.dates across related fields. Thanks to valyagolev for his work on the patch. před 14 roky
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. před 14 roky
decorators 5864834fa5 Fixed a bug with method_decorator not preserving the attributes of the wrapped method, which is important for decorators like csrf_exempt před 14 roky
defaultfilters d577648732 Migrated defaultfilters doctests. Thanks to Stephan Jaekel. před 14 roky
defer_regress 5506653b77 Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries. před 14 roky
delete_regress 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. před 14 roky
dispatch 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. před 14 roky
expressions_regress b1f6a4d66f Fixed #10154: Allow combining F expressions with timedelta values. před 14 roky
extra_regress 0856c765f5 Migrated extra_regress doctests. Thanks to Stephan Jaekel. před 14 roky
file_storage 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
file_uploads 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
fixtures_regress 8a7a44ffa2 Fixed a test case that was failing in Oracle due to conflation of null and empty strings. před 14 roky
forms 1222bd6f6f Fixed #13631 -- Made sure that max_length and min_length are retained as attributes on form fields. Thanks to mila for the report. před 14 roky
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. před 16 roky
generic_inline_admin 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
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. před 15 roky
generic_views da524c56e1 Fixed #15048 -- Modified a test case to avoid a known bug in Python 2.4's time library. Thanks to Łukasz Rekucki for the report. před 14 roky
get_or_create_regress ea774bf9a7 Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this. před 14 roky
handlers ba585a2c6d Fixed #11193 -- WSGI handler not properly handling lock on error in load_middleware. Thanks to Phillip Sitbon. před 14 roky
httpwrappers 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
humanize 3cf8502d35 Fixed #4976 -- Stopped humanize template tags to raise a TypeError if passed a value of ``None``. Thanks, Simon G. and Adam Vandenberg. před 14 roky
i18n 8b4dffd8df Modified a try block construct in a test case to be compatible with Python 2.4. před 14 roky
initial_sql_regress 977d588dc2 Converted initial_sql_regress tests from doctests (sort of...) to unittests. We have always been at war with doctests. před 14 roky
inline_formsets 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
introspection 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. před 14 roky
locale 12d40a9fd6 Fixed #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs. před 15 roky
localflavor 6c54bb72f0 Fixed the rest of the US localflavor tests that were forgotten in r15058. Refs r15029. před 14 roky
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. před 14 roky
m2m_through_regress 6eafd412fc Fixed #13799, a test failure on Postgres. Thanks, Alex. před 14 roky
mail 11997218ee Fixed #15042 -- Ensured that email addresses without a domain can still be mail recipients. Patch also improves the IDN handling introduced by r15006, and refactors the test suite to ensure even feature coverage. Thanks to net147 for the report, and to Łukasz Rekucki for the awesome patch. před 14 roky
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. před 14 roky
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. před 14 roky
max_lengths 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. před 14 roky
middleware 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
middleware_exceptions e0dcd7666a Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail. před 14 roky
model_fields 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. před 14 roky
model_forms_regress 152ae52a6d Fixed the ModelMultipleChoiceFieldTests to pass even on DB backends that do not reuse pk values after rollback. před 14 roky
model_formsets_regress 73cd9b61c9 Fixed failing tests caused by r14667 před 14 roky
model_inheritance_regress 0eb31d3dc9 Fixed #14423 -- corrected incorrect SQL being generated when a nullable, inherited field was used in an exclude. Thanks to PhiR_42 for the patch. před 14 roky
model_inheritance_select_related ceef628c19 Converted model_inheritance_select_related tests from doctests to unittests. We have always been at war with doctests. před 14 roky
model_regress f777ddf3e6 Fixed a failing test caused by [14614]. před 14 roky
modeladmin dc334a2ba8 Fixed #3400 -- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch! před 14 roky
multiple_database 0bd628d418 Enhanced slightly the tests added in r15185 to demonstrate that #14948 doesn't affect trunk. Refs #14948. Thanks Harm Geerts. před 14 roky
null_fk 67df1a5002 Migrated null_fk doctests. Thanks to Stephan Jaekel. před 14 roky
null_fk_ordering d271566a7d Migrated null_fk_ordering doctests. Thanks to Stephan Jaekel. před 14 roky
null_queries 974e8076c6 Migrated null_queries doctests. Thanks to Stephan Jaekel. před 14 roky
one_to_one_regress 1c09aca667 Migrated one_to_one_regress doctests. Thanks to Stephan Jaekel. před 14 roky
pagination_regress 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. před 14 roky
queries a360240c56 Fixed a couple of tests migrated to unit tests in r14279 so they actually and correctly exercise the functionality under test. před 14 roky
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. před 15 roky
requests 78be884ea7 Fixed #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the suggestion, and rodolfo for the draft patch. před 14 roky
reverse_single_related 891bc66d55 Migrated reverse_single_related doctests. Thanks to Stephan Jaekel. před 14 roky
select_related_onetoone 5506653b77 Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries. před 14 roky
select_related_regress 30228b6459 Migrated select_related_regress doctests. Thanks to Stephan Jaekel. před 14 roky
serializers_regress e299ac0cae Reverting r14994 (at request of SmileyChris) because of some backwards compatibility issues that need to be resolved. před 14 roky
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. před 14 roky
settings_tests 544ab30ed7 Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensure there is a consistent way to combine paths in templates. Thanks to Michael Toomim, Chris Heisel and Chris Beaven. před 14 roky
signals_regress 16bba1294b Migrated signals_regress doctests. Thanks to Stephan Jaekel. před 14 roky
sites_framework 31560e31f9 Fixed #13790 -- auto detection of m2m fields to Site. Thanks, gabrielhurley! před 14 roky
special_headers 2790cf482d Fixed #13842 -- Added tests to verify that XViewMiddleware works with class-based views. před 14 roky
staticfiles_tests 645eb2b26b Stopped staticfiles app from requiring a models module when looking for static files. Also removed a bit of code smell in the prefix handling by saving it in the source file storage. před 14 roky
string_lookup 6b5a240d50 Migrated string_lookup doctests. Thanks to Stephan Jaekel. před 14 roky
syndication 02fc6276d7 Fixed #14508 - test suite silences warnings. před 14 roky
templates a3894945b6 Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha. před 14 roky
test_client_regress 5bc0ec4ec4 Removed all usages of deprecated TestCase methods (self.fail*). This removed most of the Warnings emitted (with -Wall) during the test suite. před 14 roky
test_runner b11c21d69a Fixed #14799 -- Provided a full solution for test database creation order problems. před 14 roky
test_utils f5f18a38ab Fixed #14749 -- added support for using Django's file object as context managers. Thanks to Florian Apolloner for the patch. před 14 roky
text 462d3115a3 Fixed #5672 -- Allow the separator in the get_text_list utility function to be translated. Thanks, Claude. před 14 roky
urlpatterns_reverse 7ff5580d95 Fixed #14389, #9666 -- Started the migration path to make the first argument to url and ssi template tags syntactically consistent with other tags. Thanks to Sean Brant for the draft patch. před 14 roky
utils 0f783b7f4e Fixed #2986 -- Made the JavaScript code that drives related model instance addition in a popup window handle a model representation containing new lines. Also, moved the escapejs functionality yoo django.utils.html so it can be used from Python code. Thanks andrewwatts for the patch. před 14 roky
views 80f4826063 Fixed #15025 - template debug fails if there's a callable local var that generates an exception před 14 roky
__init__.py a513fcb455 Added regressions tests to ensure that one-to-one and many-to-many fields před 19 roky