| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-23 | Fixed #19880 - Fixed an error in the form wizard initial_dict example. | Tim Graham | |
| Thanks almalki for the report. | |||
| 2013-02-23 | Fixed #19775 - Clarified requirements of the "default" database. | Tim Graham | |
| Thanks monkut for the report and wsmith323 for the patch. | |||
| 2013-02-23 | Some updates to "how to release Django": | Jacob Kaplan-Moss | |
| Typo fixes, spell check, some more specifics where possible. | |||
| 2013-02-23 | Fixes #17866: Vary: Accept-Language header when language prefix used | Łukasz Langa | |
| 2013-02-23 | Added a draft document explaining how to release Django. | Jacob Kaplan-Moss | |
| Thanks to James for the first draft; I made a few changes (svn->git) and some supporting links, but mostly I added FIXME's. | |||
| 2013-02-23 | Fixed #19698 -- Cleared sites cache with signals | Claude Paroz | |
| Thanks ddavies at nomensa.com for the report and the patch and serdaroncode for reviewing the patch. | |||
| 2013-02-23 | One last final fix for 0ad76843. Tested on py3 and py2 | Honza Kral | |
| 2013-02-23 | Merge pull request #791 from khalas/ticket_19811 | Honza Král | |
| Changed %r to %s in get_language_info error message | |||
| 2013-02-23 | Proposed fix for #18162. | Tomek Paczkowski | |
| 2013-02-23 | Changed %r to %s in get_language_info error message. | Konrad Hałas | |
| 2013-02-23 | Fixed errors introduced in 664855b74e1f417384dc7aef35a3df5f86db52d6 | Florian Apolloner | |
| 2013-02-23 | Fixed errors introduced in 21f333bcefccc151d6439246f8203d609ab6ca79. Refs #17751 | Florian Apolloner | |
| 2013-02-23 | Fixed #15877 -- Improved exception when ModelForm has no model class | Claude Paroz | |
| Thanks theaspect at gmail.com for the report and volrath for the patch. | |||
| 2013-02-23 | Fixed #19609: admin Inlines doesn't display help_text for readonly fields | Wiktor Kolodziej | |
| Refactoring: field was renamed to field_name, since flatten_fieldsets returns field name, not field. Original patch from Marc Aymerich Gubern | |||
| 2013-02-23 | Merge pull request #781 from zsiciarz/ticket_19854 | Honza Král | |
| Fixed #19854 -- Added test runner option to skip Selenium tests | |||
| 2013-02-23 | Added test runner option to skip Selenium tests (#19854). | Zbigniew Siciarz | |
| 2013-02-23 | Minor cleanups in templates test imports | Claude Paroz | |
| 2013-02-23 | Fixed #19827 -- Kept stacktrace in defaulttags exception reraising | Lennart Regebro | |
| Thanks Kronuz for the report and the initial patch. | |||
| 2013-02-23 | Merge pull request #777 from khalas/ticket_19811 | Honza Král | |
| Fixed #19811 - Added language code fallback in get_language_info | |||
| 2013-02-23 | Updated example to use staticfiles static template tag, thanks reinout for ↵ | Tim Graham | |
| the suggestion, refs #19675. | |||
| 2013-02-23 | Merge pull request #775 from HiddenData/ticket-18899 | Honza Král | |
| Fixed #18899 -- FileSystemStorage.save should support any file-like objects | |||
| 2013-02-23 | Fixed #19811 - Added language code fallback in get_language_info. | Konrad Hałas | |
| 2013-02-23 | Fixed regression introduced in 146ed13a. | Mathijs de Bruin | |
| As override_settings was used after the initialization of the session backend, we need to use a new session backend here. | |||
| 2013-02-23 | Merge pull request #751 from bmispelon/ticket-6271 | Aymeric Augustin | |
| 2013-02-23 | #18899 FileSystemStorage.save should support any file-like objects | Marcin Biernat | |
| 2013-02-23 | Fixed #19752 - Changed Postgres version numbers to 9.x to avoid having to ↵ | Tim Graham | |
| update them each minor release. | |||
| 2013-02-23 | Updated static file example in overview to use static template tag, refs #19675. | Tim Graham | |
| Thanks jezdez for the note. | |||
| 2013-02-23 | Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags. | Vladimir A Filonov | |
| This commit adds "future" version of these two tags with auto-escaping enabled. | |||
| 2013-02-23 | Fixed #19675 - Added mention of static files to overview. | Tim Graham | |
| Thanks Dwight Gunning for the patch. | |||
| 2013-02-23 | Merge pull request #769 from oinopion/ticket19816 | Honza Král | |
| Fixed #19816 -- pre-evaluate queryset on m2m set | |||
| 2013-02-23 | Fixed #19816: pre-evaluate queryset on m2m set | Tomek Paczkowski | |
| In ReverseManyRelatedObjectsDescriptor.__set__, evaluate possible queryset to avoid problems when clear() would touch data this queryset returns. | |||
| 2013-02-23 | Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and ↵ | Tim Graham | |
| ModelAdmin.fieldset. Thanks Patrick Strasser for the suggestion and Zbigniew Siciarz for the patch. | |||
| 2013-02-23 | Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial. | Tim Graham | |
| Thanks James Pic. | |||
| 2013-02-23 | Used token.split_contents() for tokenisation in template tags accepting ↵ | Baptiste Mispelon | |
| variables. Fixed #6271, #18260. | |||
| 2013-02-23 | Fixed embarrassing typo in last commit. | Jannis Leidel | |
| 2013-02-23 | Merge pull request #759 from erikr/master | Florian Apolloner | |
| Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddressField | |||
| 2013-02-23 | Fixed #17094 - Typo in class-based views doc. | Tim Graham | |
| Thanks alej0 for the report. | |||
| 2013-02-23 | Merge pull request #758 from FakoTB/master | Jannis Leidel | |
| Fixed #19572 - Remove document_root argument from staticfiles views. | |||
| 2013-02-23 | Fix #17751: Added stripping of whitespace for ↵ | Erik Romijn | |
| IPAddressField/GenericIPAddressField | |||
| 2013-02-23 | Removes document_root argument from django.contrib.staticfiles.views.serve | fako | |
| This argument can be removed, because the new way of finding static files doesn't take document_root into account at all. | |||
| 2013-02-23 | Fixed #19850 -- Use configured staticfiles storage to find the URL of a ↵ | Jannis Leidel | |
| static file in the admin. | |||
| 2013-02-23 | Fixed #19758 -- Avoided leaking email existence through the password reset form. | Horst Gutmann | |
| 2013-02-23 | Merge pull request #750 from vanschelven/master | Aymeric Augustin | |
| Fixed #17663 -- Marked BaseModelFormSet.save as alters_data. | |||
| 2013-02-23 | Method "save" in BaseModelFormSet is marked as alters_data | Klaas van Schelven | |
| Fixes #17663 | |||
| 2013-02-23 | Merge pull request #749 from ecabuk/master | Honza Král | |
| Fixed #19752 -- Remove the exact Postgresql version from gis doc | |||
| 2013-02-23 | Remove the exact Postgresql version number from gis install documentation | Evrim Çabuk | |
| ref #19752 | |||
| 2013-02-23 | Fixed #19686 -- Added HTML5 number input type | Claude Paroz | |
| Thanks Simon Charette for his help on the patch. Refs #16630. | |||
| 2013-02-23 | Fixed Oracle specific failures in commands_sql tests | Anssi Kääriäinen | |
| 2013-02-22 | Fixed #19846 -- Optimized a dict of lists in BlockContext class | Claude Paroz | |
| Thanks Curtis Maloney for the report and the patch. | |||
| 2013-02-23 | Marked a test as expected failure. Refs #19884 | Anssi Kääriäinen | |
