- 04 Agu, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Jimmy Song for the patch.
-
Loic Bistuer yazdı
-
- 03 Agu, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 02 Agu, 2013 7 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Collin Anderson for the report.
-
Petr Dlouhý yazdı
Regression introduced by [369b6fab]; refs #18169.
-
Loic Bistuer yazdı
Refs 23e1b59c which already fixed this issue for ModelAdmin and InlineModelAdmin.
-
Dominic Rodger yazdı
Thanks Daniele Procida for the suggestion and edits.
-
Harm Geerts yazdı
-
Aleksandra Sendecka yazdı
Thanks croldan for the report.
-
Tim Graham yazdı
Thanks thibaultj for the report, jenh for the patch, and charettes for the tests.
-
- 01 Agu, 2013 2 kayıt (commit)
-
-
Tim Graham yazdı
Forward-port of 3493f18d from master.
-
Tim Graham yazdı
-
- 31 Tem, 2013 15 kayıt (commit)
-
-
Alex Couper yazdı
-
Tim Graham yazdı
Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow customizing the logic policy. Thanks ejucovy and lasko for work on the patch.
-
Will Hardy yazdı
The documentation promises that host validation is disabled when DEBUG=True, that all hostnames are accepted. Domains not compliant with RFC 1034/1035 were however being validated, this validation has now been removed when DEBUG=True. Additionally, when DEBUG=False a more detailed SuspiciousOperation exception message is provided when host validation fails because the hostname is not RFC 1034/1035 compliant.
-
Loic Bistuer yazdı
-
Tim Graham yazdı
-
Florian Hahn yazdı
-
Anssi Kääriäinen yazdı
Fixed already by previous patch, only test added.
-
Anssi Kääriäinen yazdı
The change also removed allow_explicit_fk from sql/query.py.
-
Tai Lee yazdı
All Promise objects were passed to force_text() deep in ORM query code. Not only does this make it difficult or impossible for developers to prevent or alter this behaviour, but it is also wrong for non-text fields. This commit changes `Field.get_prep_value()` from a no-op to one that resolved Promise objects. All subclasses now call super() method first to ensure that they have a real value to work with.
-
Julian Bez yazdı
-
Tim Graham yazdı
-
SusanTan yazdı
Thanks CollinAnderson for the report.
-
SusanTan yazdı
-
Jannis Leidel yazdı
Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` vie...
-
Tai Lee yazdı
-
- 30 Tem, 2013 12 kayıt (commit)
-
-
Gavin Wahl yazdı
The cached template loader should cache find_template in addition to load_template.
-
Baptiste Mispelon yazdı
Thanks liangent for the report.
-
MinRK yazdı
IPython 1.0 introduces an actual stable public API function for starting a normal (non-embedded) IPython session. This is an official public API, which is promised to survive implementation changes.
-
Kirill Zaitsev yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Aymeric Augustin yazdı
Thanks Claude. Refs #20760.
-
Jose L. Patino yazdı
-
Tim Graham yazdı
-
Julien Phalip yazdı
-
Julien Phalip yazdı
Thanks to msaelices and d1ffuz0r for the initial patch and tests.
-
Shai Berger yazdı
The code that tests to see which LIKE expressions to use now runs using non-error-wrapped cursor, so cx_Oracle exceptions need to be caught rather than Django DatabaseErrors. Thanks Trac user ludo for report and initial patch.
-
- 29 Tem, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-