- 20 Eki, 2014 4 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
This reverts commit 8d6e1afe. call_command now always set skip_checks to True (tested in user_commands).
-
Claude Paroz yazdı
Thanks Loic Bistuer for the report/review and Tim Graham for the review.
-
Tim Graham yazdı
-
- 19 Eki, 2014 8 kayıt (commit)
-
-
Loic Bistuer yazdı
`cache.tests.TestEtagWithAdmin` loaded views from the `admin_views` test package. This is problematic because when the `cache` test package is run in isolation, `admin_views` isn't in INSTALLED_APPS, and therefore loading its models isn't allowed since the app loading refactor.
-
Loic Bistuer yazdı
Overriding execute() bypasses the system check framework among other things.
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
Fixed a typo in urlencode documentation.
-
wrwrwr yazdı
-
Nicholas Serra yazdı
-
Thomas Chaumeny yazdı
-
- 18 Eki, 2014 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 17 Eki, 2014 5 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Ilya Baryshev for the report and Tim Graham for the review.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Shai Berger yazdı
Checked database destruction for ORA-29857, which happens when objects of some types are left over in an old test database (notably, such objects are created by the GIS backend). When this happens, we can resolve the issue by dropping the test-user (if we are allowed to). An alternative approach, to just switch the order of creation (so that, if the test user exists and can be dropped, it is always dropped before the tablespace) was considered; but since the user creation depends on the tablespace, this would necessitate separating the dropping of the user from its creation -- a change I am reluctant to make. Thanks Josh Smeaton and Tim Graham for reviews.
-
Tim Graham yazdı
-
- 16 Eki, 2014 8 kayıt (commit)
-
-
Tim Graham yazdı
Thanks jamesbeith for the report.
-
Rigel Di Scala yazdı
The "check" name is a reserved word used by Django's check framework, and cannot be redefined as something else other than a method, or the check framework will raise an error. This change amends the django.core.checks.model_check.check_all_models() function, so that it verifies that a model instance's attribute "check" is actually a method. This new check is assigned the id "models.E020".
-
Loic Bistuer yazdı
-
mcgeeco yazdı
Thanks Daniele Procida for suggested wording.
-
Berker Peksag yazdı
The development channel is #django-dev.
-
Thomas Chaumeny yazdı
This also defines QuerySet.__bool__ for consistency though this should not have any consequence as bool(qs) used to fallback on QuerySet.__len__ in Py3.
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Claude Paroz yazdı
Thanks Loic Bistuer and Simon Charette for the review.
-
- 15 Eki, 2014 11 kayıt (commit)
-
-
Ian Lee yazdı
-
Simon Charette yazdı
-
Collin Anderson yazdı
-
Loic Bistuer yazdı
Added Bashar Al-Abdulhadi to AUTHORS
-
Anubhav Joshi yazdı
Thanks Loic Bistuer for helping in shaping the patch and Claude Paroz for the review.
-
Bashar Al-Abdulhadi yazdı
made django 100% arabized https://www.transifex.com/projects/p/django/language/ar/ , https://twitter.com/_Bashar/status/468845303668695040
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
This ensure that ''.join(c) in jslex.py always returns text.
-
Loic Bistuer yazdı
Fixed #23637 -- Removed TUX, lighttpd, and Cherokee as common.
-
Collin Anderson yazdı
-
Claude Paroz yazdı
Previous versions of the tests were buggy, as initial_data.json did exist and the test wasn't failing. It was finally failing on Python 3.4.2. Thanks Raphaël Hertzog for the report (and Debian bug #765117 contributors).
-
- 14 Eki, 2014 2 kayıt (commit)
-
-
Greg Chapple yazdı
-
Claude Paroz yazdı
Refs #23638. Older Python versions are less strict when parsing invalid cookie content. The test just has to ensure Django doesn't crash.
-
- 13 Eki, 2014 1 kayıt (commit)
-
-
Nadja Deininger yazdı
Mentioned that other block tags are not allowed inside a blocktrans template tag. Thanks to edu2004eu for reporting the issue.
-