summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Collapse)Author
2013-02-25[1.5.x] Minor edits to some recently-added admin docs.Carl Meyer
Backport of 8f839aaa180f from master.
2013-02-23[1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
Thanks almalki for the report. Backport of 9b97f01dea from master
2013-02-23[1.5.x] Fixed #19752 - Changed Postgres version numbers to 9.x to avoid ↵Tim Graham
having to update them each minor release. Backport of 8d17114899 from master.
2013-02-23[1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields ↵Tim Graham
and ModelAdmin.fieldset. Thanks Patrick Strasser for the suggestion and Zbigniew Siciarz for the patch. Backport of 722683f508 from master.
2013-02-10[1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQLClaude Paroz
Refs #15295. Backport of 8fbc20b24 from master.
2013-02-08[1.5.x] Fixed #19779 -- Checked contrib.sites presence in ↵Claude Paroz
RedirectFallbackMiddleware Thanks Aymeric Augustin for the report and directions for the patch. Backport of 2ed90eac from master.
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
Thanks to Aymeric and Carl for the review.
2013-02-02[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ↵Nick Sandford
ModelAdmin.get_form() method is overridden. Backport of 0694d2196f0fad
2013-02-01[1.5.x] Small generic FK docs tweaks.Ramiro Morales
5f7eecd from master.
2013-02-01[1.5.x] Fixed content types contrib app doc typos.Ramiro Morales
1ee40f2 from master.
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of ↵Aymeric Augustin
content_type. Thanks Tim for the report and initial patch. Backport of 89cb771 from master.
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
Backport of ee26797cff from master
2013-01-25[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
Thanks foo@ for the report and Florian Apolloner for the review. Backport of eafc036476 from master
2013-01-22[1.5.x] Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
Thanks epicserve for the suggestion. Backport of 214fb700b9 from master
2013-01-22[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
Thanks wim@ for the suggestion. Backport of 5b2d9bacd2 from master
2013-01-15[1.5.x] Fixed #19597 - Added some notes on jQuery in admin.Tim Graham
Thanks Daniele Procida. Backport of d406afe12e from master
2013-01-15[1.5.x] Clarified WizardView.get_form_prefix doc, refs #19024Tim Graham
Backport of c9b577ead6 from master
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
Thanks sergzach for the suggestion. Backport of 43f89e0ad6 from master
2013-01-13[1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin.Tim Graham
Thanks Daniele Procida. Backport of 4720117a31 from master
2013-01-12[1.5.x] Fixed #19024 -- Corrected form wizard docs for get_form_prefix.Stephan Jaekel
Backport of 17f8496fe from master.
2013-01-10[1.5.x] Fixed #19588 - Added create_superuser to UserManager docs.Tim Graham
Thanks minddust for the report. Backport of 4da5947a87 from master
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2013-01-03[1.5.x] Update doc example for overriding change_form.htmlChris Beaven
Slightly reworded another related paragraph for clarity, too. Backport of 3f890f8.
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
Backport of 067505ad19 from master
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
Backport of b3a8c9dab8 from master
2012-12-26[1.5.x] Updated documentation on localflavor translationsAymeric Augustin
to account for the deprecation of django.contrib.localflavor in 1.5. Refs #19482.
2012-12-26[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
Also moved the contrib deprecations at the top of their section and made minor markup fixes. Backport of 4500d35 from master.
2012-12-25[1.5.X] Fixed more broken links. refs #19516Tim Graham
Backport of 9c5a6adf33 from master
2012-12-15[1.5.X] Removed obsolete contrib.comments upgrade guideClaude Paroz
The old comment system was pre-1.0. Backport of 44815bad6b from master
2012-11-28[1.5.x] Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
Thanks Craig de Stigter for the report and collaboration on the patch. Backport of cc3c4a9d5 from master.
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. ↵Julien Phalip
Thanks to rasca for the suggestion and to mateusgondim for the patch. Backport of ae206d78f6d991e
2012-11-22[1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txtTim Graham
Backport of c13912ac7f from master
2012-11-21[1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.shepdl
Backport of 8e5573e99a from master
2012-11-20[1.5.x] Corrected docs about default value of MESSAGE_STORAGELuke Plant
Backport of a32f30c79c1be8e088917bced0f97760a92045ef from master
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
Thanks to Lowe Thiderman for the patch and tests
2012-11-18[1.5.X] Fixed #19306 - Improved syndication example.Tim Graham
Thanks brycenesbitt for the report. Backport of 1f1f60d12f from master
2012-11-17[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
Thanks ClaesBas. Backport of ccb2b57 from master.
2012-11-17[1.5.X] Documented that contrib.sites creates a default site.Tim Graham
Thanks Lorin Hochstein for the patch. Backport of ac4aa8a76c from master
2012-11-16[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403Brandon Adams
Backport of d8ee46afff from master
2012-11-13[1.5.X] Typo in comments docNicolas Ippolito
Backport of 17b14d4819 from master
2012-11-06[1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the ↵Tim Graham
ModelForm Backport of a386675a6a from master
2012-11-03[1.5.X] Fixed #16841 - Documented a couple ModelAdmin methodsTim Graham
* ModelAdmin.get_changelist_form and get_changelist_formset * InlineModelAdmin.get_formset Thanks Jordan Reiter for the report. Backport of 39f5bc7fc3 from master
2012-11-02[1.5.X] Fixed #19120 - Added an example of using ModelAdmin methods for ↵Tim Graham
read-only fields. Thanks Daniele Procida for the patch. Backport of d1de7596b2 from master
2012-11-02[1.5.X] Cleaned up contrib.admin install instructions.Tim Graham
Thanks Cal Leeming for the patch. \nBackport of 082fad0b83 from master
2012-11-01[1.5.X] Added WizardView.file_storage exception message and docsTim Graham
Thanks Danilo Bargen for the patch. Backport of af7ea808d8 from master
2012-11-01[1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and ↵Tim Graham
NamedUrlCookieWizard; thanks Tom for the report. Backport of ede8a0be05 from master
2012-10-24Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for ↵Tim Graham
the suggestion.
2012-10-20Fixed arguments for get_inline_instances example; refs #17856Tim Graham
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin
Thanks ybon, quinode and sjaensch for the patch, and Tim Graham for the review.