summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-11-27[1.5.x] Fixed #19370 -- Made date filter properly handle midnight valueDanilo Bargen
Backport of c10aaa70a from master.
2012-11-27[1.5.x] Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.Aymeric Augustin
Thanks m3wolf for the report and akaariai for reproducing the problem. Backport of 2ea80b9.
2012-11-25[1.5.x] Fixed #17911 -- Ensure that admin readonly fields' display values ↵Edward Tjörnhammar
are shown in change forms when the raw value is None. Backport of 29d59a879ea5b116
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. ↵Julien Phalip
Thanks to rasca for the suggestion and to mateusgondim for the patch. Backport of ae206d78f6d991e
2012-11-25[1.5.x] Fixed test failure following capitalization fix in 2f035a972Claude Paroz
Backport of f26b956e80 from master.
2012-11-25[1.5.x] Change exception type to reduce confusion.Aymeric Augustin
TemplateSyntaxError is expected at compile time, not at run time. Refs #19280. Backport of 7644800.
2012-11-25[1.5.x] Fixed two typos.Aymeric Augustin
Backport of f89901d from master.
2012-11-25[1.5.x] Enabled SimpleTestCase to be decorated by override_settingsClaude Paroz
Refs #18417. Also fixed some test case classes which subclassed the wrong parent. Backport of a5d47415f from master.
2012-11-25[1.5.x] Fixed #18417 -- Raised exception when unittest.TestCase is decorated ↵Claude Paroz
with override_settings Backport of 9f7cefd5 from master.
2012-11-24[1.5.x] Fixed #19280 -- Raised an explicit exception for the old {% url %} ↵Aymeric Augustin
syntax. Backport of 6b8a7ce.
2012-11-24[1.5.x] Used a django.test.TestCase for compatibility with @override_settings.Aymeric Augustin
These tests were silently skipped. Backport of 95edeab.
2012-11-24[1.5.x] Fixed ordering-related failure in m2m_through_regress testsAnssi Kääriäinen
Backpatch of dc569c880143db07e01b3293d698ad8fe4a0136f
2012-11-24[1.5.x] Fixed #19237 -- Improved strip_tags utilityChris Khoo
The previous pattern didn't properly addressed cases where '>' was present inside quoted tag content. Backport of bf1871d87 from master.
2012-11-24[1.5.x] Simplified the deletions performed by the swappable_models test.Russell Keith-Magee
This is required to allow the test to run without error under SQLite in the CI environment. Backport of 18d7c1e.
2012-11-24[1.5.x] Fixed #19806 -- Ensure that content types and permissions aren't ↵Russell Keith-Magee
created for swapped models. Thanks to rizumu for the report. Backport of c8985a8a7317042a641e870cb75b3005cc5d67b1.
2012-11-24[1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objsAnssi Kääriäinen
Backpatch of 0a0a0d66b316598f7c296e8bf75749a14ce3ac49
2012-11-24[1.5.x] Fixed SQLite's collapsing of same-valued instances in bulk_createAnssi Kääriäinen
SQLite used INSERT INTO tbl SELECT %s UNION SELECT %s, the problem was that there should have been UNION ALL instead of UNION. Refs #19351 Backpatch of a27582484cf814554907d2d1ad077852de36963f
2012-11-23[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
F() expressions reuse joins like any lookup in a .filter() call - reuse multijoins generated in the same .filter() call else generate new joins. Also, lookups can now reuse joins generated by F(). This change is backwards incompatible, but it is required to prevent dict randomization from generating different queries depending on .filter() kwarg ordering. The new way is also more consistent in how joins are reused. Backpatch of 90b86291d022a09031d1df397d7aaebc30e435f7
2012-11-23[1.5.x] Tweak a test to avoid hitting a limit with SQLite.Aymeric Augustin
Django cannot delete more than 999 objects at a time with SQLite. Refs #16426, #16039. Backport of 2875b5d from master.
2012-11-22[1.5.X] Fixed #18974 - Warned against using models.permalinkTim Graham
Thanks dstufft for the draft patch. Backport of 0e3690d230 from master
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055. Backport of a026e48 from master.
2012-11-22[1.5.x] Fixed #19316 -- Set View args/kwargs/request before dispatchGeorge Hickman
Backport of ea6b95db from master.
2012-11-21[1.5.x] Modified a staticfiles test to use a unicode character that has just ↵Julien Phalip
one single representation. The previously used character (ş) has two different representations (u'\u015f' and u's\u0327'), which caused spurious failures when the tests were run across multiple platforms (e.g. on a Linux VM hosted on a Mac).
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
Thanks to Lowe Thiderman for the patch and tests
2012-11-17[1.5.x] Test for `ListView.page_kwarg`Tom Christie
(cherry picked from commit f824a951776db86c04aaefc1e7c1c12ffb84c798)
2012-11-17[1.5.x] Fixed #19114 -- Fixed LogEntry unicode representationClaude Paroz
Thanks niko at neagee.net for the report and Emil Stenstrom for the patch. Backport of e0363c688 from master.
2012-11-17[1.5.x] Fixed #19036 -- Fixed base64 uploads decodingClaude Paroz
Thanks anthony at adsorbtion.org for the report, and johannesl for bringing the patch up-to-date. Backport of 2a67374b5 from master.
2012-11-17[1.5.x] Fixed #19226 -- Applied linebreaksbr to read-only fields in adminClaude Paroz
Thanks shadow for the report, and Melevir and thiderman for the patch. Backport of ec9d6b112 from master.
2012-11-17[1.5.x] Fixed typo introduced in 0e3f7814d7106768e8eafcba0e74238fcdb90f9d.Jannis Leidel
2012-11-17[1.5.x] Fixed #18210 -- Escaped special characters in reverse prefixes.Gabriel Hurley
Ensured that special characters passed in to reverse via the prefix argument are properly escaped so that calls to django.utils.regex_helpers.normalize and/or string formatting operations don't result in exceptions. Thanks to toofishes for the error report. Backport of 90e530978d590a5bdcf75525aa03f844766018b8 from master.
2012-11-17[1.5.x] Fixed #19136 -- Properly escape gettext context prefixes in the i18n ↵Jannis Leidel
JavaScript view template. Backport of 4a5e8087ac7676ef08e76275c1f756778b39c13e from master.
2012-11-16[1.5.x] Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
Capture warnings in Python >= 2.7 and route through console handler, which is subject to DEBUG==True Thanks to dstufft for the idea, and claudep for initial patch
2012-11-15[1.5.x] Fixed #18347 -- Removed autofield raw SQL inserts from testsAnssi Kääriäinen
Backpatch of 71e14cf3aa024496adcb23e83ddf13a7c5ddeb32
2012-11-14[1.5.x] Fixed #19272 -- Fixed gettext_lazy returned type on Python 2Claude Paroz
Thanks tyrion for the report. Backport of 550ddc66b from master.
2012-11-14[1.5.x] Fixed #19186 -- Fixed sending mail with unicode content on Python 3Claude Paroz
Thanks alex_po for the report and Luke Plant for the analysis. Backport of 1620c27936 from master.
2012-11-10[1.5.x] Fixed #14264 -- Ensured settings.configure configures loggingClaude Paroz
Thanks Matt McDonald for the patch. Backport of 34162698c from master.
2012-11-09[1.5.x] Fixed #19262 -- Support cookie pickling in SimpleTemplateResponseSean Breant
Refs #15863. Backport of 4d817b3887 from master.
2012-11-09[1.5.x] Fixed #19261 -- Delayed Queryset evaluation in paginatorsClaude Paroz
Thanks trbs for the report and the patch. Backport of 1b307d6c8f from master.
2012-11-09[1.5.x] Merged pagination testsClaude Paroz
It is simpler/cleaner to have all pagination tests in a single file. Refs #16122. Backport of 45802e12481 from master.
2012-11-08[1.5.x] Fixed #17144 -- MySQL again groups by PK onlyAnssi Kääriäinen
Thanks to Christian Oudard for the report and tests. Backpatch of [cafb266954e21dd55ddfa90597bcf02c022bcb7d] Conflicts: django/db/models/sql/compiler.py
2012-11-06[1.5.x] Fixed #14315 -- Made memcached backend handle negative incr/decr valuesClaude Paroz
Thanks Michael Manfre for the report and initial patch and Tobias McNulty for the review. Backport of 79dd751b0b from master.
2012-11-05[1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline contentClaude Paroz
Browsers consider the first newline in textareas as some display artifact, not real content. Hence they are not sending it back to the server. If we want to keep initial newlines, we have to add one when we render the textarea. Thanks bastih for the report and initial patch. Backport of 78f66691ee from master.
2012-11-04[1.5.x] Fixed py3 compatibility for 5a00a57aa591c766f5ee1d8c59b64618d74fe191Preston Holmes
2012-11-04[1.5.x] Fixed #18949 -- Fix broken test interactions in ModelForms testsAnton I. Sipos
A test in Model Forms test was specifically referring to a fixed primary key, which was now being used up in a newly committed. This has been worked around by specifying a higher primary key.
2012-11-04Merge branch 'stable/1.5.x' of https://github.com/django/django into ↵Alex Gaynor
stable/1.5.x
2012-11-04[1.5.x] Merge pull request #495 from aisipos/ticket_18949Alex Gaynor
Fixed #18949 -- Improve performance of model_to_dict with many-to-many Backport of 4d766b3c9aca36cbe7dc71df0cc93fb6f9deea60.
2012-11-04[1.5.x] Fixed #19240 -- include pagination error details in ListView 404Preston Holmes
Thanks to seawolf for the patch
2012-11-04[1.5.x]Merge pull request #494 from mrj0/model_splitAlex Gaynor
model_split: Fixed #19236 - fixed error for abstract models with a split method Backport of 8d3f932f18c75fcbb32cf3dd5998445d65b5db0f
2012-11-04[1.5.x] Fixed #5805 -- it is now possible to specify multi-column indexes. ↵Alex Gaynor
Thanks to jgelens for the original patch. Backport of 4285571c5a9bf6ca3cb7c4d774942b9ae5b537e4.
2012-11-03[1.5.x] Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystringAymeric Augustin
Backport of 973f539 from master.