- 05 Eyl, 2015 3 kayıt (commit)
-
-
Joshua Kehn yazdı
Added the CSRF_TRUSTED_ORIGINS setting which contains a list of other domains that are included during the CSRF Referer header verification for secure (HTTPS) requests.
-
David Sanders yazdı
-
Tim Graham yazdı
Thanks Anssi Kääriäinen for providing the solution.
-
- 04 Eyl, 2015 12 kayıt (commit)
-
-
Alexandre Pocquet yazdı
-
David Sanders yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Vlastimil Zíma yazdı
-
elky yazdı
-
Tim Graham yazdı
-
Maxime Lorant yazdı
-
David Gibbons yazdı
-
Tim Graham yazdı
Thanks Marcin Biernat for the initial patch and tests.
-
- 03 Eyl, 2015 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Dražen Odobašić yazdı
-
sarthakmeh yazdı
Fixed #25058 -- Added GenericRelations with related_query_name to the admin's delete confirmation page.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Gavin Wahl yazdı
-
- 02 Eyl, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Caio Ariede yazdı
-
Nik Nyby yazdı
-
- 01 Eyl, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Tom Christie for the report and review.
-
Preston Timmons yazdı
This is preparation for landing the template-based widget rendering patch and goes a long way to making these tests more useful for future development. The old doctest heritage is strong here.
-
- 31 Agu, 2015 10 kayıt (commit)
-
-
Maxime Lorant yazdı
-
Keryn Knight yazdı
-
Keryn Knight yazdı
-
Tim Graham yazdı
-
Adam Chainz yazdı
Was added in 44164c5c but the transaction.commit_unless_managed() line was removed in ba5138b1; thus the test does nothing but check that clear() runs.
-
Tyson Clugg yazdı
-
Tyson Clugg yazdı
-
Y3K yazdı
-
Y3K yazdı
Using select_related() after .values() or .values_list() is not possible because .values() or .values_list() already got the values they need.
-
David Sanders yazdı
Thanks to Keryn Knight, Curtis Maloney and Tim Graham for their reviews.
-
- 29 Agu, 2015 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #24704.
-
Aymeric Augustin yazdı
With this change, it's expected to survive anything except errors that make it impossible to import the settings. It's too complex to fallback to a sensible behavior with a broken settings module. Harcoding things about runserver in ManagementUtility.execute is atrocious but it's the only way out of the chicken'n'egg problem: the current implementation of the autoreloader primarily watches imported Python modules -- and then a few other things that were bolted on top of this design -- but we want it to kick in even if the project contains import-time errors and django.setup() fails. At some point we should throw away this code and replace it by an off-the-shelf autoreloader that watches the working directory and re-runs `django-admin runserver` whenever something changes.
-
Aymeric Augustin yazdı
This also fixes a test failure on Python 2 when Django is installed in a non-ASCII path. This problem cannot happen on Python 3.
-