| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-08 | Update flatpages.txt | Camilo Nova | |
| Fixed typo | |||
| 2013-06-06 | Merge pull request #1245 from oinopion/list_select_related | Marc Tamlyn | |
| Fixed #19080 -- Fine-grained control over select_related in admin | |||
| 2013-06-05 | Fixed #19080 -- Fine-grained control over select_related in admin | Tomek Paczkowski | |
| 2013-06-05 | Proofed the 1.6 release notes | Tim Graham | |
| 2013-06-01 | Fixed #18388 - Added InlineModelAdmin.get_max_num hook. | Tim Graham | |
| Thanks d.willy.c.c@ for the suggestion and Melevir and Areski Belaid for work on the patch. | |||
| 2013-05-31 | Fixed #20326 - Corrected form wizard get_form() example. | Tim Graham | |
| Thanks tris@ for the report. | |||
| 2013-05-30 | Fixed #19425 - Added InlineModelAdmin.get_extra hook. | Tim Graham | |
| Thanks dave@ for the suggestion and Rohan Jain for the patch. | |||
| 2013-05-24 | Fixed #20492 - Removed a broken link in GIS docs. | Tim Graham | |
| 2013-05-24 | Update link to jQuery Cookie plugin site | Alasdair Nicol | |
| 2013-05-23 | Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`. | Gavin Wahl | |
| Allows a `GenericForeignKey` to reference proxy models. The default for `for_concrete_model` is `True` to keep backwards compatibility. Also added the analog `for_concrete_model` kwarg to `generic_inlineformset_factory` to provide an API at the form level. | |||
| 2013-05-22 | Fixed a broken link introduced in a542b808baf. | Tim Graham | |
| 2013-05-21 | Fixed #17308 -- Enabled the use of short_description on properties in the admin. | Wiktor Kolodziej | |
| 2013-05-20 | Fixed warnings in admindocs; refs #20126. | Tim Graham | |
| 2013-05-19 | Fixed #15961 -- Modified ModelAdmin to allow for custom search methods. | Bozidar Benko | |
| This adds a get_search_results method that users can override to provide custom search strategies. Thanks to Daniele Procida for help with the docs. | |||
| 2013-05-19 | Merge pull request #1162 from sspross/patch-docs | Marc Tamlyn | |
| Add needed Imports to the Documentation, Part II | |||
| 2013-05-19 | Add missing imports and models to the examples in the admin documentation | vkuzma | |
| 2013-05-19 | add missing imports to the examples in the 'Forms' | leandrafinger | |
| 2013-05-19 | Add missing imports and models to the examples in security documentation | Silvan Spross | |
| 2013-05-19 | Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware | Łukasz Langa | |
| 2013-05-19 | Merge pull request #1098 from zsiciarz/ticket-16829 | Marc Tamlyn | |
| Added example of using sitemaps with static views. | |||
| 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 | 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-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 #19712 - Clarified admindocs regarding which attributes appear. | Tim Graham | |
| Thanks Daniele Procida 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-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-15 | Added a tip about --layer param of ogrinspect for databases | Claude Paroz | |
| Refs #20260. | |||
| 2013-04-12 | Fixed #20252 -- Mentionned geojson Spatialite support from 1.5 | Claude Paroz | |
| Thanks burton449geo at gmail.com for the report. | |||
| 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-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-24 | Fixed #20124 - Fixed doc warnings. | Tim Graham | |
| 2013-03-23 | Merge pull request #942 from stephrdev/trac-18000 | Jannis Leidel | |
| Fixed #18000 -- Moved the code to handle goto requests to an extra WizardView method. | |||
| 2013-03-23 | Updated docs, changed versionchanged to versionadded. | Stephan Jaekel | |
| 2013-03-23 | Added some class attributes to pass initial form lists to the WizardView ↵ | Stephan Jaekel | |
| without the need to add them in the as_view call. | |||
| 2013-03-23 | Moved the code to handle goto requests in a extra WizardView method. | Stephan Jaekel | |
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-03-21 | Docs template name mistake | Tom V | |
| change_list_request.html doesn't exist, it's named change_list_results.html | |||
| 2013-03-21 | Fixed #20084 -- Provided option to validate formset max_num on server. | Andrew Gorcester | |
| This is provided as a new "validate_max" formset_factory option defaulting to False, since the non-validating behavior of max_num is longstanding, and there is certainly code relying on it. (In fact, even the Django admin relies on it for the case where there are more existing inlines than the given max_num). It may be that at some point we want to deprecate validate_max=False and eventually remove the option, but this commit takes no steps in that direction. This also fixes the DoS-prevention absolute_max enforcement so that it causes a form validation error rather than an IndexError, and ensures that absolute_max is always 1000 more than max_num, to prevent surprising changes in behavior with max_num close to absolute_max. Lastly, this commit fixes the previous inconsistency between a regular formset and a model formset in the precedence of max_num and initial data. Previously in a regular formset, if the provided initial data was longer than max_num, it was truncated; in a model formset, all initial forms would be displayed regardless of max_num. Now regular formsets are the same as model formsets; all initial forms are displayed, even if more than max_num. (But if validate_max is True, submitting these forms will result in a "too many forms" validation error!) This combination of behaviors was chosen to keep the max_num validation simple and consistent, and avoid silent data loss due to truncation of initial data. Thanks to Preston for discussion of the design choices. | |||
| 2013-03-19 | Fixed #16319 -- added SuccessMessageMixin to contrib.messages | Paul Collins | |
| Thanks martinogden for the initial patch and d1ffuz0r for tests. | |||
| 2013-03-18 | Update versions and links to source tarballs. | Justin Bronn | |
| 2013-03-18 | Fixed #19968 -- Dropped support for PostgreSQL < 8.4. | Aymeric Augustin | |
| 2013-03-11 | Deprecated django.contrib.comments. | Jacob Kaplan-Moss | |
| 2013-03-08 | Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ↵ | Loic Bistuer | |
| return a QuerySet. | |||
| 2013-03-01 | Fixed #19960 -- Fixed sentence in contrib.auth signals docs | Claude Paroz | |
| Thanks edd at slipszenko.net for the report. | |||
