| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-28 | Fixed missing slash in reusable apps tutorial. | Baptiste Mispelon | |
| 2013-06-28 | Support 'pyformat' style parameters in raw queries, Refs #10070 | Shai Berger | |
| Add support for Oracle, fix an issue with the repr of RawQuerySet, add tests and documentations. Also added a 'supports_paramstyle_pyformat' database feature, True by default, False for SQLite. Thanks Donald Stufft for review of documentation. | |||
| 2013-06-27 | Fixed #20571 -- Added an API to control connection.needs_rollback. | Aymeric Augustin | |
| This is useful: - to force a rollback on the exit of an atomic block without having to raise and catch an exception; - to prevent a rollback after handling an exception manually. | |||
| 2013-06-27 | Fix typo | Ken Bolton | |
| 2013-06-27 | Docs for related_query_name | Andrew Godwin | |
| 2013-06-27 | Fixed LOGGING setting docs | Claude Paroz | |
| 2013-06-27 | Fixed #20590: Documented new test case ordering | Andrew Godwin | |
| 2013-06-27 | Fixed #20665 -- Missing backslash in sitemaps documentation | Baptiste Mispelon | |
| Thanks to roman for the report. | |||
| 2013-06-26 | Add missing preposition in documentation | Trey Hunner | |
| 2013-06-26 | Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. | Tim Graham | |
| uid is now base64 encoded in password reset URLs/views. A backwards compatible password_reset_confirm view/URL will allow password reset links generated before this change to continue to work. This view will be removed in Django 1.7. Thanks jonash for the initial patch and claudep for the review. | |||
| 2013-06-26 | Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the ↵ | Loic Bistuer | |
| docs for CBV mixins Thanks to Keryn Knight for the report. | |||
| 2013-06-25 | Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`. | Simon Charette | |
| Those methods were only used by `contrib.admin` internally and exclusively related to `contrib.auth`. Since they were undocumented but used in the wild the raised deprecation warning point to an also undocumented alternative that lives in `contrib.auth`. Also did some PEP8 and other cleanups in the affected modules. | |||
| 2013-06-25 | Doc cleanup for FormMixin.prefix; refs #18872. | Tim Graham | |
| 2013-06-25 | Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docs | Daniel Izquierdo | |
| 2013-06-25 | Fixed #20653 -- Renamed checksetup management command. | Russell Keith-Magee | |
| This is to allow future compatibility with work that is ongoing in the 2013 GSoC. | |||
| 2013-06-24 | Clarified get_list_or_404 docs, refs #14150. | Tim Graham | |
| 2013-06-24 | Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index | Baptiste Mispelon | |
| Thanks to Tim Graham for the report and review. | |||
| 2013-06-24 | Fixed #20643 -- Fixed implementation of JSONResponseMixin in CBV docs | Baptiste Mispelon | |
| Thanks to Michal Sládek for the report and initial patch, and to loic84 for the review. | |||
| 2013-06-24 | Corrected minor typos in FileUploadHandler.receive_data_chunk docs. | Simon Meers | |
| 2013-06-23 | Fixed #20524 - Described keywords in triaging contrib doc. | SusanTan | |
| 2013-06-23 | Fixed errors and inconsistencies in CBV topic documentation. | Baptiste Mispelon | |
| The code examples should now work correctly. The `get_context_data` method in the examples was changed when necessary to adopt a singular style (get context with super(...), add the extra keys to the dict then return it). Thanks to Remco Wendt for the initial report and to Tim Graham for the review. | |||
| 2013-06-22 | Added missing `versionadded` for `FormMixin.prefix`. | Simon Charette | |
| 2013-06-22 | Fixed #18872 -- Added prefix to FormMixin | Gilberto Gonçalves | |
| Thanks @ibustama for the initial patch and dragonsnaker for opening the report. | |||
| 2013-06-21 | Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy. | Tim Graham | |
| Thanks claudep for the catch and bmispelon for the research. | |||
| 2013-06-21 | Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager. | James Bennett | |
| 2013-06-21 | Fixed #20612 -- Fixed incorrect wording in CBV documentation | Baptiste Mispelon | |
| Thanks to ndokos for the report. | |||
| 2013-06-20 | Fixed #19319 -- Updated example httpd.conf for Apache 2.4 | Tim Graham | |
| Thanks colinnkeenan@ for the report. | |||
| 2013-06-20 | Fixed error in last commit. Thanks Simon Charette. | Tim Graham | |
| 2013-06-20 | Modified tutorial 3 to use RequestContext in place of Context. | Harm Geerts | |
| 2013-06-19 | Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter. | Loic Bistuer | |
| Thanks to Keryn Knight for the initial report and reviews, and to tomask for the original patch. | |||
| 2013-06-19 | Fixed broken reference in documentation. | Baptiste Mispelon | |
| 2013-06-19 | Fixed #6903 - Preserve admin changelist filters after saving or deleting an ↵ | Loic Bistuer | |
| object | |||
| 2013-06-18 | Fixed #20593 -- Allow blank passwords in check_password() and set_password() | Erik Romijn | |
| 2013-06-18 | Fixed #20199 -- Allow ModelForm fields to override error_messages from model ↵ | Loic Bistuer | |
| fields | |||
| 2013-06-17 | Added myself to the commiters list. | Baptiste Mispelon | |
| 2013-06-17 | Fixed #20614 -- Typo in documentation. | Baptiste Darthenay | |
| 2013-06-16 | Fixed #20464 -- Added a `total_error_count` method on formsets. | Baptiste Mispelon | |
| Thanks to frog32 for the report and to Tim Graham for the review. | |||
| 2013-06-15 | Adjusted the docs to reflect when the checksetup command was added. | Daniel Lindsley | |
| 2013-06-15 | Fixed #20606 -- Fixed 'for' example in template tag docs | Claude Paroz | |
| Thanks batisteo for the report. | |||
| 2013-06-14 | Fixed #20604 - Fixed file example in docs. | Tim Graham | |
| Thanks Chris Lasher for the report. | |||
| 2013-06-14 | Added missing docs for the checksetup command. | Daniel Lindsley | |
| 2013-06-14 | Merge pull request #1271 from batisteo/ticket-20565 | Marc Tamlyn | |
| Fixed #20565 -- Added template examples for GCBV. | |||
| 2013-06-14 | Fixed #20565 -- Added template examples for GCBV. | Baptiste Darthenay | |
| Thanks to David Reitter for the report, and to Marc Tamlyn and Baptiste Mispelon for the review. | |||
| 2013-06-14 | Fixed #15273 -- Extend RedirectView to allow reversal by name. | Marc Tamlyn | |
| Thanks to @DrMeers for the report and @ludwigkraatz for the initial patch. | |||
| 2013-06-13 | Added a ``checksetup`` management command for verifying Django compatibility. | Daniel Lindsley | |
| 2013-06-13 | Added release notes for auth views being reversed by name, not by path. | Tim Graham | |
| Refs #20532 | |||
| 2013-06-13 | Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and ↵ | Loic Bistuer | |
| error_messages | |||
| 2013-06-13 | Fixed order of base classes in CBV mixin docs | Danilo Bargen | |
| 2013-06-12 | Warned that `request_finished` isn't sent by some buggy setups. | Jaap Roes | |
| Older versions of uWSGI and Sentry's middleware do not adhere to the WSGI spec and cause the `request_finished` signal to never fire. Added notes to the appropriate places in the docs. Fixed #20537. | |||
| 2013-06-12 | Fixed #20579 -- Improved TransactionTestCase.available_apps. | Aymeric Augustin | |
| Also moved its documentation to the 'advanced' section. It doesn't belong to the 'overview'. Same for TransactionTestCase.reset_sequences. When available_apps is set, after a TransactionTestCase, the database is now totally empty. post_syncdb is fired at the beginning of the next TransactionTestCase. Refs #20483. | |||
