| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-30 | Fixed #19489 -- Documented host parameter of assertRedirects(). | Tim Graham | |
| Thanks mrknacky at gmail.com for the report and gajimenezmaggiora for the draft patch. | |||
| 2014-06-26 | Fixed and enhanced new HTML form docs. | Matt Deacalion Stevens | |
| 2014-06-25 | Fixed typo in revamped forms intro doc. | Ramiro Morales | |
| 2014-06-24 | Fixed typo in middleware docs. | Peter Kowalczyk | |
| Function definition should have an ending colon. | |||
| 2014-06-24 | Fixed #22796 -- Added a more basic explanations of forms. | Daniele Procida | |
| Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews. | |||
| 2014-06-19 | Fixed #22874: Document that AUTH_USER_MODEL must be in first migration | Andrew Godwin | |
| 2014-06-19 | Fixed #22863: Improve clarity of makemigrations for non-db params | Andrew Godwin | |
| 2014-06-17 | Fixed #22853: Swapped models are now ignored for migration operations. | Andrew Godwin | |
| 2014-06-15 | Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated | Andrew Godwin | |
| 2014-06-14 | Converted test management command to argparse | Claude Paroz | |
| Keeping backwards compatibility with test_runner.option_list is tricky and would imply transforming an optparse.Option to an argparse.Action. I choose to introduce a backwards incompatible change because it only affects testing, not runtime behavior. | |||
| 2014-06-13 | Fixed #16087 -- Added ResolverMatch instance to test client response. | Greg Chapple | |
| Thanks mrmachine for the suggestion. | |||
| 2014-06-12 | Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`. | Moayad Mardini | |
| Thanks cdestigter for the report. | |||
| 2014-06-10 | Fixed #22801 -- Added 'www.' to diveintopython.net links | Maxime Turcotte | |
| 2014-06-10 | Fixed #22770 -- Removed create_superuser from post_migrate signals. | Tim Graham | |
| Moved logic to syncdb command for backwards compatibility. | |||
| 2014-06-10 | Fixed #17431 -- Added send_mail() method to PasswordResetForm. | Jorge C. Leitão | |
| Credits for the initial patch go to ejucovy; big thanks to Tim Graham for the review. | |||
| 2014-06-10 | Corrected some indentation in docs/topics/auth/default.txt. | Tim Graham | |
| 2014-06-09 | Doc edits for refs #22487. | Tim Graham | |
| 2014-06-09 | Tweaked order of create_test_db arguments for backwards compatibility. | Tim Graham | |
| Since `serialize` was backported to 1.7, it should appear before `keepdb`. | |||
| 2014-06-08 | Fixed #22487: Optional rollback emulation for migrated apps | Andrew Godwin | |
| 2014-06-07 | Fixed #22436: More careful checking on method ref'ce serialization | Andrew Godwin | |
| 2014-06-06 | Merge pull request #2764 from gchp/ticket-20550 | Aymeric Augustin | |
| Fixed #20550 -- Added keepdb argument to destroy_test_db | |||
| 2014-06-05 | Fixed #20550 -- Added keepdb argument to destroy_test_db | Greg Chapple | |
| 2014-06-05 | Fix missing highlighting in some code examples | Éric Araujo | |
| 2014-06-05 | Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ↵ | Anubhav Joshi | |
| ValueError. This prevents silent data loss. Thanks Aymeric Augustin for the initial patch and Loic Bistuer for the review. | |||
| 2014-06-04 | Fixed #22747 -- Add backwards compatibility tip for new behavior of ↵ | Tim Graham | |
| formset.save(commit=False). Thanks django at patjack.co.uk. | |||
| 2014-06-03 | Fixed #22384 -- Deprecated reversing URLs by dotted path. | Tim Graham | |
| 2014-06-02 | Fixed #11776 -- Added CSS class for non-field/top of form errors. | Nick Presta | |
| Thanks Daniel Pope for the suggestion. | |||
| 2014-06-01 | Fixed #21938 -- Moved documentation for error views to reference guide. | Jonathan Lindén | |
| 2014-06-01 | Merge pull request #2726 from gchp/ticket-20550 | Aymeric Augustin | |
| Fixed #20550 -- Added ability to preserve test db between runs | |||
| 2014-05-28 | Fixed #20550 -- Added ability to preserve test db between runs | Greg Chapple | |
| 2014-05-27 | Fixed #22601 -- Added a note about model inheritance. | Moayad Mardini | |
| Thanks semenov for the report. | |||
| 2014-05-25 | Fixed too short title underline in docs. | Tim Graham | |
| 2014-05-24 | Fixed #22510 -- Harden field removal to only None. | Marc Tamlyn | |
| Refs #8620. If we allow any value to remove form fields then we get name clashes with method names, media classes etc. There was a backwards incompatibility introduced meaning ModelForm subclasses with declared fields called media or clean would lose those fields. Field removal is now only permitted by using the sentinel value None. The docs have been slightly reworded to refer to removal of fields rather than shadowing. Thanks to gcbirzan for the report and initial patch, and several of the core team for opinions. | |||
| 2014-05-22 | Fixed #20816 -- Added hints about Django middleware ordering | Claude Paroz | |
| Thanks gthb Trac user for the report, kolypto StackOverflow user for the initial list and Tim Graham for the review. | |||
| 2014-05-22 | Fixed #22667 -- Replaced leader/follower terminology with primary/replica | Flavio Curella | |
| 2014-05-21 | Fixed #22639 -- Added missing imports in docs | Niclas Åhdén | |
| Added ModelForm and NON_FIELD_ERRORS imports. | |||
| 2014-05-21 | Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH | Martin Brochhaus | |
| Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). A feature has been added to also allow a list of strings. This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module. | |||
| 2014-05-20 | Merge pull request #2692 from fcurella/patch-5 | Alex Gaynor | |
| #22667 replaced occurrences of master/slave terminology with leader/follower | |||
| 2014-05-20 | replaced occurrences of master/slave terminology with leader/follower | Flavio Curella | |
| 2014-05-19 | Revert "Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of ↵ | Tim Graham | |
| modules." This reverts commit 950b6de16ac2f8135612f2ed5984c090dd8e4dcf. | |||
| 2014-05-19 | Fixed #20477: Allowed settings.FORMAT_MODULE_PATH to be a list of modules. | Martin Brochhaus | |
| Previously the FORMAT_MODULE_PATH setting only accepted one string (dotted module path). This is useful when using several reusable third party apps that define new formats. We can now use them all and we can even override some of the formats by providing a project-wide format module. | |||
| 2014-05-17 | Fixed #22647 -- Documented redirect_field_name keyword argument for ↵ | Víðir Valberg Guðmundsson | |
| user_passes_test. | |||
| 2014-05-17 | Fixed #22019 -- Added Model.objects reference documentation. | Aliaksandr Semianiuk | |
| 2014-05-16 | Fixed #16245 -- Included traceback in send_robust()'s response | Unai Zalakain | |
| Exceptions from the (receiver, exception) tuples returned by ``send_robust()`` now have always their traceback attached as their ``__traceback__`` argument. | |||
| 2014-05-16 | Fixed #15716 - Authentication backends can short-circuit authorization. | Jorge C. Leitão | |
| Authorization backends can now raise PermissionDenied in "has_perm" and "has_module_perms" to short-circuit authorization process. | |||
| 2014-05-16 | Fixed #22622 -- Added ugettext_lazy import in docs | Niclas Åhdén | |
| 2014-05-16 | Simplified an unnecessarily complex paragraph in view docs | Erik Romijn | |
| 2014-05-15 | Harmonized some PEP 0263 coding preambles | Claude Paroz | |
| 2014-05-13 | Fixed typo in transactions.txt | Haris Ibrahim K. V | |
| 2014-05-13 | Removed some references to django.contrib.comments which has been removed. | Tim Graham | |
