| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-19 | Fixed some line wrapping, refs #20233 | Tim Graham | |
| 2013-05-19 | Merge pull request #1098 from zsiciarz/ticket-16829 | Marc Tamlyn | |
| Added example of using sitemaps with static views. | |||
| 2013-05-19 | Fixed a rest mistake I introduced in d5ce2ff. | Aymeric Augustin | |
| 2013-05-19 | Fixed #20452 -- Rename 'headers' to 'header fields'. | bbjay | |
| 2013-05-19 | Improve cookie based session backend docs. | Marc Tamlyn | |
| Note the don't require sessions to be in installed apps. | |||
| 2013-05-19 | Merge pull request #1145 from postrational/ticket_20233 | Andrew Godwin | |
| Fixed #20233 - Full custom user model example isn't really full | |||
| 2013-05-19 | refs #20233 - Full custom user model example isn't really full | postrational | |
| Addition and fix for custom user model example documentation. https://code.djangoproject.com/ticket/20233 | |||
| 2013-05-19 | Merge pull request #1129 from frog32/master | Marc Tamlyn | |
| Add needed Imports to the Documentation | |||
| 2013-05-18 | Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. | Ramiro Morales | |
| Thanks zalew for the suggestion and work on a patch. Also updated, tweaked and fixed testing documentation. | |||
| 2013-05-18 | Add missing imports to the examples in the 'First Steps' | leandrafinger | |
| 2013-05-18 | Add missing imports and models to the examples in the view layer documentation | Silvan Spross | |
| 2013-05-18 | Add missing imports and models to the examples in the the model layer ↵ | Marc Egli | |
| documentation | |||
| 2013-05-18 | Fixed #20284 - Added a note about DEBUG in static file docs. | Tim Graham | |
| Thanks wim@ for the suggestion and Nicolas Noé for the patch. | |||
| 2013-05-18 | Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated | Łukasz Langa | |
| 2013-05-18 | Merge branch 'allow-any-iterable-for-choices' | Donald Stufft | |
| 2013-05-18 | Merge pull request #1128 from erikr/improve-smallint-docs | Tim Graham | |
| Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small' | |||
| 2013-05-18 | Fixed #20335 - Documented the {% language %} template tag. | Tim Graham | |
| Thanks bmispelon for the suggestion and djangsters for the patch. | |||
| 2013-05-18 | Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small' | Erik Romijn | |
| 2013-05-18 | Fixed #20430 - Enable iterable of iterables for model choices | Donald Stufft | |
| Allows for any iterable, not just lists or tuples, to be used as the inner item for a list of choices in a model. | |||
| 2013-05-18 | Merge pull request #1122 from ambv/issue13285 | Aymeric Augustin | |
| Fixed #13285: populate_xheaders breaks caching | |||
| 2013-05-18 | Fixed #13285: populate_xheaders breaks caching | Łukasz Langa | |
| 2013-05-18 | Fixed #20444 -- Cookie-based sessions does not include a remote code ↵ | Erik Romijn | |
| execution-warning | |||
| 2013-05-18 | Fixed #9595 -- Allow non-expiring cache timeouts. | Jacob Burch | |
| Also, streamline the use of 0 and None between cache backends. | |||
| 2013-05-18 | Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHEL | Claude Paroz | |
| Thanks Stephane Benchimol for the report and the initial script and mfandreas for the patch. | |||
| 2013-05-18 | Added example of using sitemaps with static views. | Zbigniew Siciarz | |
| References #16829. | |||
| 2013-05-18 | Fixed #13546 -- Easier handling of localize field options in ModelForm | Erik Romijn | |
| 2013-05-18 | Fixed #20402: removed as-limit from uWSGI example. | Aymeric Augustin | |
| It can fail in hard-to-diagnose ways. | |||
| 2013-05-18 | Fixed #20408 -- Clarified that values_list() doesn't return a list. | Aymeric Augustin | |
| Thanks marktranchant, bmispelon, and alextreme. | |||
| 2013-05-18 | Fixed #20294 -- Documented context processors in TemplateResponseMixin. | Zbigniew Siciarz | |
| 2013-05-18 | Reorganize committers list chronologically. | Aymeric Augustin | |
| This completes the removal of the distinction between core devs and specialists. Patch by Simon Meers. | |||
| 2013-05-17 | Finally add myself to the committers list | Donald Stufft | |
| 2013-05-17 | Tidy up some of the transaction documentation. | Marc Tamlyn | |
| 2013-05-17 | Fix up company link. | Marc Tamlyn | |
| 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 #20421 - Typo in class-based view docs. | Tim Graham | |
| 2013-05-16 | Fixed #19712 - Clarified admindocs regarding which attributes appear. | Tim Graham | |
| Thanks Daniele Procida 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 | 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 | |||
