| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-17 | Tidy up some of the transaction documentation. | Marc Tamlyn | |
| 2013-05-17 | Fixed #20427 -- Moved a variable initialization in storage.py | Claude Paroz | |
| This is fixing commit 4e70ad11d2. Thanks mattias at elements.nl for the report and Baptiste Mispelon for identifying the faulty commit. | |||
| 2013-05-17 | Fix up company link. | Marc Tamlyn | |
| 2013-05-17 | Modernize the CSRF migration helper. | Aymeric Augustin | |
| Thanks Lennart Regebro for spotting that code. | |||
| 2013-05-17 | Replaced an antiquated pattern. | Aymeric Augustin | |
| Thanks Lennart Regebro for pointing it out. | |||
| 2013-05-17 | Remove unnecessary and problematic parent class from SuccessMessageMixin | Preston Holmes | |
| refs #16319, thanks to bmispelon for the catch | |||
| 2013-05-17 | Added myself to committers. | Marc Tamlyn | |
| 2013-05-17 | Fixed #20426 -- Added some extra info to the auth forms. | Florian Apolloner | |
| Thanks to Joel Hansson for the suggestion and Curtis Maloney for the initial patch. | |||
| 2013-05-17 | Fixed #5472 --Added OpenLayers-based widgets in contrib.gis | Claude Paroz | |
| Largely inspired from django-floppyforms. Designed to not depend on OpenLayers at code level. | |||
| 2013-05-16 | Removed "specialists". | Jacob Kaplan-Moss | |
| The distinction's not really one we make any more, so updated the docs accordingly. | |||
| 2013-05-16 | Updated my bio. | Jacob Kaplan-Moss | |
| 2013-05-16 | Fixed #20357 -- Allow empty username field label in `AuthentificationForm`. | Mark Huang | |
| 2013-05-16 | Fixed #20421 - Typo in class-based view docs. | Tim Graham | |
| 2013-05-16 | Fixed #20388 -- Test failures under Oracle. | Shai Berger | |
| Add "FROM DUAL" to SQL selecting constants in tests for Oracle. | |||
| 2013-05-16 | Fixed misleading heading on admindocs models page; refs #19712. | Tim Graham | |
| 2013-05-16 | Fixed #19712 - Clarified admindocs regarding which attributes appear. | Tim Graham | |
| Thanks Daniele Procida for the report. | |||
| 2013-05-16 | Fixed #20415 -- Ensured srid is not localized in openlayers template | Claude Paroz | |
| Thanks pierremarc07 at gmail.com for the report. | |||
| 2013-05-16 | Merge pull request #1073 from mjtamlyn/import_by_path-docs-fix | Tim Graham | |
| Made the example usage of import_by_path less confusing. | |||
| 2013-05-16 | Merge pull request #1072 from hrbonz/doc_serialize_typo | Tim Graham | |
| Fixed typo in serialization docs. | |||
| 2013-05-16 | Make the example usage of import_by_path less confusing. | Marc Tamlyn | |
| Using import_by_path to import import_by_path is a really odd use case and makes the code example difficult to read. | |||
| 2013-05-16 | small typo, example pk=27 but description pk=24 | Stefan hr Berder | |
| 2013-05-15 | Merge pull request #1070 from mfogel/ticket_20413 | Alex Gaynor | |
| Fix bug introduced in contrib.gis in 74f3884ae0 | |||
| 2013-05-15 | Fix bug introduced in contrib.gis in 74f3884ae0 | Mike Fogel | |
| 2013-05-15 | Merge pull request #1069 from mfogel/ticket_20413 | Alex Gaynor | |
| Fixed #20413 - Respect Query.get_meta() | |||
| 2013-05-15 | Fixed #20413 - Respect Query.get_meta() | Mike Fogel | |
| 2013-05-15 | Fixed previous commit. (Don't commit from DjangCon!) | Florian Apolloner | |
| 2013-05-15 | Don't unregister OSMGeoAdmin, other tests rely on it. | Florian Apolloner | |
| 2013-05-15 | Improved the timezone middleware example slightly. | Aymeric Augustin | |
| This change avoids having the timezone leak from a request to the next. | |||
| 2013-05-15 | Fixed #20165 - Updated testing example to use django.test.TestCase. | Tim Graham | |
| Thanks Lorin Hochstein. | |||
| 2013-05-15 | Removed unicode literals from PIL compat. | Florian Apolloner | |
| 2013-05-14 | Fixed #19934 - Use of Pillow is now preferred over PIL. | Daniel Lindsley | |
| This starts the deprecation period for PIL (support to end in 1.8). | |||
| 2013-05-14 | Merge pull request #1062 from dstufft/switch-bcrypt-recommendations | Donald Stufft | |
| Recommend using the bcrypt library instead of py-bcrypt | |||
| 2013-05-14 | Merge pull request #1039 from cannona/master | Tim Graham | |
| Clarified what unique_for_date considers | |||
| 2013-05-14 | Merge pull request #1064 from Wilfred/master | Tim Graham | |
| Minor spelling fix | |||
| 2013-05-14 | Fixing a minor spelling mistake in the queryset documentation | Wilfred Hughes | |
| 2013-05-13 | Recommend using the bcrypt library instead of py-bcrypt | Donald Stufft | |
| * 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 | |||
| 2013-05-13 | Merge pull request #1053 from makto/patch-1 | Tim Graham | |
| Fixed #20394 - Clarified argument of get_user in docs | |||
| 2013-05-13 | Fixed #20398 - Added language selection code to example in documentation | Tim Graham | |
| Thanks ggbaker for the suggestion and Simeon Visser for the patch. | |||
| 2013-05-12 | Merge pull request #1058 from svisser/ticket_20397 | Tim Graham | |
| Fixed #20397 - Cleaned up issue with quotation marks in documentation | |||
| 2013-05-12 | Updated test failure example. | Ramiro Morales | |
| 2013-05-12 | Fixed #20397 - Cleaned up issue with quotation marks in documentation | Simeon Visser | |
| 2013-05-11 | Fixed #20136 - Fixed and expanded the docs for loaddata and model signals. | Tim Graham | |
| Thanks brandon@ and Anssi for the report. | |||
| 2013-05-11 | Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work. | Tim Graham | |
| Thanks bmispelon for the report and draft patch. | |||
| 2013-05-11 | Fixed embarrassing typo. | Florian Apolloner | |
| 2013-05-11 | Don't hardcode primary keys in gis tests. | Florian Apolloner | |
| 2013-05-11 | Merge pull request #1052 from dstufft/bcrypt-python3 | Donald Stufft | |
| BCrypt on Python3 | |||
| 2013-05-11 | Fixed a regression from e23a5f9a4730ddecb8f3950ee2936716f458c506. | Florian Apolloner | |
| Excluded postgis specific gis tests from other spatial databases. Refs #17365, #17366, #18727. | |||
| 2013-05-11 | Properly force bytes or str for bcrypt on Python3 | Donald Stufft | |
| 2013-05-11 | Fixed a regression in the test runner loading of runtests.py. | Florian Apolloner | |
| Refs #17365, #17366, #18727. | |||
| 2013-05-11 | Update customizing.txt | zhongqi | |
| 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. | |||
