| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | 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 #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-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 | 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 | 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-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 #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-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-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-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-03 | Added clarification to the docs, pointing out that unique_for_date only ↵ | Aaron Cannon | |
| considers the date portion of DateTime fields. | |||
| 2013-05-01 | Fixed #20338 - Document FQDN behavior with ALLOWED_HOSTS | Michael Manfre | |
| 2013-04-30 | Fixed #20336 -- Removed obsolete paragraph from the docs. | Aymeric Augustin | |
| Thanks Baptiste Mispelon. | |||
| 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-20 | Adapted uses of versionchanged/versionadded to the new form. | Juan Catalano | |
| Refs #20104. | |||
| 2013-04-18 | Complemented documentation following commit be9ae693c | Claude Paroz | |
| Refs #17840. Thanks Carl Meyer for noticing the omission. | |||
| 2013-04-15 | Fixed #20262 -- Replaced a reference to the wrong model in the CBV doc. | Simon Charette | |
| Thanks to mossplix for the review and bmispelon for the review. | |||
| 2013-04-15 | Added a tip about --layer param of ogrinspect for databases | Claude Paroz | |
| Refs #20260. | |||
| 2013-04-13 | Fixed #4592: Made CheckboxSelectMultiple more like RadioSelect | Baptiste Mispelon | |
| I refactored RadioSelect and CheckboxSelectMultiple to make them inherit from a base class, allowing them to share the behavior of being able to iterate over their subwidgets. Thanks to Matt McClanahan for the initial patch and to Claude Paroz for the review. | |||
| 2013-04-13 | Fixed #4117: Apply id attribute to the outer <ul> of RadioSelect | Baptiste Mispelon | |
| 2013-04-13 | Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultiple | Baptiste Mispelon | |
| 2013-04-12 | Fixed #20252 -- Mentionned geojson Spatialite support from 1.5 | Claude Paroz | |
| Thanks burton449geo at gmail.com for the report. | |||
| 2013-04-12 | Fixed #20248 - Clarified manage.py vs. django-admin.py | Tim Graham | |
| 2013-04-12 | Documented BoundField.label_tag | Claude Paroz | |
| 2013-04-11 | Fixed #20243 - Clarified when RelatedManager.remove() exists. | Tim Graham | |
| 2013-04-11 | remove confusing phrase from DecimalField docs | Andrew Badr | |
| The phrase "if it exists" was used in reference to the `decimal_places` argument to `DecimalField`, when in fact that field is required. | |||
| 2013-04-05 | Removed a trailing space in the template name on line 174. | Andrew Brown | |
| This trailing space may seem innocuous, but can be easily copied-and-pasted from the docs. This can lead to bizarre File Not Found errors where the checked paths look correct, but actually aren't because the trailing space is hard to see in an error message. | |||
| 2013-04-04 | Fix #20195: wrong reference in session settings documentation. | Baptiste Mispelon | |
| 2013-04-02 | Fixed #19748 - Documented django.utils.module_loading.import_by_path | Tim Graham | |
| 2013-04-01 | Updated some 'Dive Into Python' links | Claude Paroz | |
| 2013-03-31 | Fixed #9913 - Clarified User.is_authenticated docs. | Tim Graham | |
| Thanks rshea for the draft text. | |||
| 2013-03-30 | Fixed some markup in formtools docs. | Tim Graham | |
| 2013-03-30 | Fixes #20162 -- Added a note in the documentation for `static.serve()` about ↵ | Julien Phalip | |
| the need for updating the system's map files when incorrect content types are returned. Many thanks to Simon Charette and Claude Paroz for their feedback. | |||
| 2013-03-30 | Fixed #18277 - Clarified startproject documentation. | Tim Graham | |
| 2013-03-29 | Fixed #19897 - Updated static files howto. | Tim Graham | |
| Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. | |||
| 2013-03-29 | Fixed #20160 -- Erronous reference to `module_name` in admin doc. | Baptiste Mispelon | |
| Ref #19689. | |||
| 2013-03-29 | Improved FormView docs in class-based views index. | Tim Graham | |
| Thanks Stefan Berder. | |||
