| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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-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 | 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 | 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. | |||
| 2013-05-10 | Fixed #17365, #17366, #18727 -- Switched to discovery test runner. | Carl Meyer | |
| 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. | |||
| 2013-05-10 | Updated my bio. | Jannis Leidel | |
| 2013-05-10 | Fixed #20385 -- Typo in files docs. | Aymeric Augustin | |
| 2013-05-09 | Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and ↵ | Luke Plant | |
| added '__all__' shortcut 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. | |||
| 2013-05-09 | Fixed #20215 -- Disabled persistent connections by default. | Aymeric Augustin | |
| 2013-05-08 | Marked tests of BinaryFields as expected failures on MySQL and Python 3. | Aymeric Augustin | |
| Current ports of MySQLdb are very buggy in this area. | |||
| 2013-05-08 | Fixed #20025 -- Pointed to a MySQLdb fork for Python 3. | Aymeric Augustin | |
| Made a few minor compatibility adjustments. | |||
| 2013-05-08 | Fixed test failures on MySQL. | Aymeric Augustin | |
| Some tests failed when the time zone definitions were loaded in MySQL and pytz wasn't installed. This setup isn't supported. | |||
| 2013-05-07 | Fixed Sphinx error in tutorial 1. | Carl Meyer | |
| 2013-05-07 | Fixed inconsistent punctuation in tutorial 5. | Carl Meyer | |
| 2013-05-07 | Python 2.5 is not relevant to master. | Carl Meyer | |
| 2013-05-07 | Remove outdated ForeignKey manager documentation. | Mike Fogel | |
| 2013-05-06 | Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment. | Tim Graham | |
| Thanks vlad.london.uk@ for the report. | |||
| 2013-05-06 | Fixed #20274 - Added some clarifying section headings in the test docs. | Tim Graham | |
| 2013-05-06 | Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial. | Tim Graham | |
| Thanks monuszko for the report. | |||
| 2013-05-05 | Found a mistake in SQL documentation | Christopher Allen-Poole | |
| 2013-05-03 | Added clarification to the docs, pointing out that unique_for_date only ↵ | Aaron Cannon | |
| considers the date portion of DateTime fields. | |||
| 2013-05-03 | Added myself to the committers list. | Daniel Lindsley | |
| 2013-05-01 | Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTS | Michael Manfre | |
| 2013-05-01 | Fixed #19252 -- Added support for wheel packages. | Florian Apolloner | |
| Signed-off-by: Jannis Leidel <jannis@leidel.info> | |||
| 2013-04-30 | Fixed #20336 -- Removed obsolete paragraph from the docs. | Aymeric Augustin | |
| Thanks Baptiste Mispelon. | |||
| 2013-04-30 | Fix two typos in database transactions docs | Ana Krivokapic | |
| 2013-04-29 | Fixed #20330 -- Normalized spelling of "web server". | Aymeric Augustin | |
| Thanks Baptiste Mispelon for the report. | |||
| 2013-04-29 | Corrected "it's" to "its" when used possessively. | Thomas Thurman | |
| Fixed #20327. | |||
| 2013-04-28 | Pointed to the docs version switcher in tutorial 1. | Aymeric Augustin | |
| Refs #20324. Thanks dwisehart for the suggestion. | |||
| 2013-04-25 | Updated Transifex links to the Django project | Claude Paroz | |
| Translations for the Django framework are now hosted on the django-core Transifex project, and the django project is only dedicated to a team-only hub project. | |||
| 2013-04-24 | Fix CharField typo in legacy-databases.txt docs | Evan Carmi | |
| The example Person model in the legacy databases HowTo had a typo referring to ChaField instead of Charfield | |||
| 2013-04-24 | Fixed a rST bug in the README template in the reusable apps docs. | Jannis Leidel | |
| 2013-04-24 | Fixed the reusable apps docs to use a rst file extension for the README and ↵ | Jannis Leidel | |
| follow PEP8 a bit more. | |||
| 2013-04-23 | Fixed #20307 -- Word repeated in tutorial. | Thomas Thurman | |
| Replaced "the the" in the tutorial with "the". | |||
| 2013-04-22 | Fixed #20270 -- Fixed error in AjaxResponseMixin documentation | Baptiste Mispelon | |
| 2013-04-22 | Fixed #19211 -- Adapted tutorial for Python 3 | Claude Paroz | |
| 2013-04-21 | Added 'polls' sub directory under static and reorganized to more accurately ↵ | jktravis | |
| represent the project; compared using 'tree' command. | |||
