- 16 May, 2013 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
Using import_by_path to import import_by_path is a really odd use case and makes the code example difficult to read.
-
- 15 May, 2013 10 kayıt (commit)
-
-
Alex Gaynor yazdı
Fix bug introduced in contrib.gis in 74f3884a
-
Mike Fogel yazdı
-
Alex Gaynor yazdı
Fixed #20413 - Respect Query.get_meta()
-
Mike Fogel yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Aymeric Augustin yazdı
This change avoids having the timezone leak from a request to the next.
-
Tim Graham yazdı
Thanks Lorin Hochstein.
-
Florian Apolloner yazdı
-
Daniel Lindsley yazdı
This starts the deprecation period for PIL (support to end in 1.8).
-
- 14 May, 2013 5 kayıt (commit)
-
-
Donald Stufft yazdı
Recommend using the bcrypt library instead of py-bcrypt
-
Tim Graham yazdı
Clarified what unique_for_date considers
-
Tim Graham yazdı
Minor spelling fix
-
Wilfred Hughes yazdı
-
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 2 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.
-