- 09 May, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 08 May, 2015 7 kayıt (commit)
-
-
Tim Graham yazdı
-
David Krisch yazdı
-
Peter Schmidt yazdı
This code added in 45e04993 is no longer necessary to pass the model_formsets_regress tests as of 5e2c4a4b.
-
Piotr Jakimiak yazdı
-
Piotr Jakimiak yazdı
-
Ian Foote yazdı
-
Tim Graham yazdı
-
- 07 May, 2015 1 kayıt (commit)
-
-
Michael Blatherwick yazdı
-
- 06 May, 2015 9 kayıt (commit)
-
-
Preston Timmons yazdı
With the introduction of multiple template engines these exceptions are no longer DTL-specific. It makes more sense for them to be moved out of DTL-related modules.
-
Preston Timmons yazdı
-
Claude Paroz yazdı
Thanks Michael Diener for the report and sample data, and Tim Graham for the review.
-
wdmgsm yazdı
-
Tim Graham yazdı
-
Sławomir Ehlert yazdı
-
Samuel Paccoud yazdı
This was fixed earlier but only when the M2M relation was at the first level on the object. This commit fixes the issue even when the M2M is at deeper levels, such as behind a foreign key.
-
wdmgsm yazdı
-
Pradeek yazdı
-
- 05 May, 2015 7 kayıt (commit)
-
-
Claude Paroz yazdı
-
Edvinas Jurevicius yazdı
-
Dan Watson yazdı
Fixed #24564 -- Moved AbstractBaseUser and BaseUserManager so they can be used without auth in INSTALLED_APPS
-
Anssi Kääriäinen yazdı
Case expressions weren't copied deep enough (self.cases list was reused resulting in an error).
-
Abhaya Agarwal yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
Refs #24733.
-
- 04 May, 2015 4 kayıt (commit)
-
-
Milan Broum yazdı
The inner import was dropped during the reorganizing of the database backends in commit 28308078.
-
Tim Graham yazdı
-
Antonio Garcia-Dominguez yazdı
-
Aymeric Augustin yazdı
-
- 03 May, 2015 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Preston Timmons for the report.
-
Luis Del Giudice yazdı
-
- 02 May, 2015 8 kayıt (commit)
-
-
Jay Cox yazdı
Only compute the CSRF_COOKIE when it is actually used. This is a significant speedup for clients not using cookies. Changed result of the “test_token_node_no_csrf_cookie” test: It gets a valid CSRF token now which seems like the correct behavior. Changed auth_tests.test_views.LoginTest.test_login_csrf_rotate to use get_token() to trigger CSRF cookie inclusion instead of changing request.META["CSRF_COOKIE_USED"] directly.
-
Adam Zapletal yazdı
When "Save as new" is chosen and errors occur, only show the "Save as new" button and not the other save buttons. Thanks to Tino de Bruijn for doing the real work on this fix.
-
Preston Timmons yazdı
-
Aymeric Augustin yazdı
This avoids calling date.tzinfo.utcoffset(date) twice. It's also robust to cases where that function returns None -- which never happens in practice :-)
-
Aymeric Augustin yazdı
-
José Padilla yazdı
-
Luis Del Giudice yazdı
-
Markus Holtermann yazdı
Thanks Aymeric Augustin for the review.
-
- 01 May, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-