- 14 May, 2013 1 kayıt (commit)
-
-
Donald Stufft yazdı
* py-bcrypt has not been updated in some time * py-bcrypt does not support Python3 * py3k-bcrypt, a port of py-bcrypt to python3 is not compatible with Django * bcrypt is supported on all versions of Python that Django supports
-
- 13 May, 2013 3 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #20394 - Clarified argument of get_user in docs
-
Tim Graham yazdı
Thanks ggbaker for the suggestion and Simeon Visser for the patch.
-
Tim Graham yazdı
Fixed #20397 - Cleaned up issue with quotation marks in documentation
-
- 12 May, 2013 2 kayıt (commit)
-
-
Ramiro Morales yazdı
-
Simeon Visser yazdı
-
- 11 May, 2013 11 kayıt (commit)
-
-
Tim Graham yazdı
Thanks brandon@ and Anssi for the report.
-
Tim Graham yazdı
Thanks bmispelon for the report and draft patch.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Donald Stufft yazdı
BCrypt on Python3
-
Florian Apolloner yazdı
Excluded postgis specific gis tests from other spatial databases. Refs #17365, #17366, #18727.
-
Donald Stufft yazdı
-
Florian Apolloner yazdı
Refs #17365, #17366, #18727.
-
zhongqi yazdı
The origin statement "which could be ... or whatever" **misguides** many newbies like me. In fact, the ``login`` function in ``contrib.auth`` stores ``user.pk`` in session, then ``get_user`` function in ``contrib.auth`` gets ``user.pk`` in session and then passes it to your custom ``get_user`` as ``user_id``. Which means, ``user_id`` prarameter in your custom ``get_user`` has to be the primary key of ``User`` object, too.
-
Carl Meyer yazdı
Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
-
Anssi Kääriäinen yazdı
Added a test, the issue was already fixed (likely by the patch for #19385).
-
- 10 May, 2013 6 kayıt (commit)
-
-
Jannis Leidel yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
Thanks Anssi for the review.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Julian Wachholz for the report.
-
- 09 May, 2013 9 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Luke Plant yazdı
This also updates all dependent functionality, including modelform_factory and modelformset_factory, and the generic views `ModelFormMixin`, `CreateView` and `UpdateView` which gain a new `fields` attribute.
-
Luke Plant yazdı
-
Aymeric Augustin yazdı
connection.ops.spatial_version is None for some backends (eg. MySQL) and the comparison fails on Python 3 with TypeError.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
-
Alex Gaynor yazdı
Remove unnecessary check on __set__ parameters.
-
Luke Plant yazdı
-
- 08 May, 2013 8 kayıt (commit)
-
-
Luke Plant yazdı
Refs #19445
-
Aymeric Augustin yazdı
This test hits a bug in current ports of MySQLdb.
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
Current ports of MySQLdb are very buggy in this area.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Made a few minor compatibility adjustments.
-
Aymeric Augustin yazdı
Some tests failed when the time zone definitions were loaded in MySQL and pytz wasn't installed. This setup isn't supported.
-
Claude Paroz yazdı
Thanks n0nam3 for the patch.
-