summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2011-07-29Fixed #16497 -- Added new form and model fields to the Mexican local flavor. ...Jannis Leidel
2011-07-29Fixed #8013 -- Added Columbian and Ecuadorian local flavor. Thanks, ikks and ...Jannis Leidel
2011-07-29Fixed #16377 -- Fixed docs about how to disable the admin actions conditional...Jannis Leidel
2011-07-14Added a note about the AJAX CSRF example not working on jQuery 1.5Brian Rosner
2011-07-10Fixed #16000 -- reference natural keys in contenttypes documentation. Thanks ...Simon Meers
2011-07-04Fixed #16161 -- Added `--clear` option to `collectstatic` management command ...Jannis Leidel
2011-07-04Fixed #16382 -- Corrected form wizard docs to use one based step number in ex...Jannis Leidel
2011-07-03Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...Jannis Leidel
2011-07-03Fixed #14608 -- Added phone number field to Indian local flavor. Thanks, lawg...Jannis Leidel
2011-07-01Fixed #15974 -- Correctly link to static files handling in deployment docs. T...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-29Fixed #16232 -- Corrected typo in geographic admin reference. Thanks, Issac ...Justin Bronn
2011-06-28Fixed #12761 -- Added Paraguayan local flavor. Thanks, dschulz and BernhardEssl.Jannis Leidel
2011-06-28Fixed #16175 -- Modified the sitemaps views to return TemplateResponse instan...Jannis Leidel
2011-06-28Fixed #10907, #14190 and #15829 -- Pass item to sitemaps template to allow fu...Jannis Leidel
2011-06-25Fixed #16338 -- Fixed Austrian postal codes validation. Thanks Bernhard Essl ...Ramiro Morales
2011-06-18Fixed #16292 -- Removed broken link for Swiss localflavor documentation. Than...Jannis Leidel
2011-06-16Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
2011-06-14Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily...Jannis Leidel
2011-06-12Fixed #15856 -- Added Macedonian localflavor. Many thanks to vasiliyeah.Jannis Leidel
2011-06-12Fixed #12875 -- Added get_ordering to ModelAdmin. Many thanks to Manuel Saeli...Jannis Leidel
2011-06-11Fixed #16195 -- Added docs for ModelAdmin's get_changelist method. Thanks, ms...Jannis Leidel
2011-06-11Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PA...Timo Graham
2011-06-10Refs #15855 -- Recommended the csrf_protect decorator rather than vary_on_coo...Carl Meyer
2011-06-10Fixed #14201 - Add a "security overview" page to the docsLuke Plant
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-08Fixed #14206 - dynamic list_display support in adminLuke Plant
2011-06-02Fixed #11868 - Multiple sort in admin changelist.Luke Plant
2011-06-01Fixed #16141 -- Fixed typos in new form wizard.Jannis Leidel
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-29Fixed #16120 -- Updated a few reference links in the docs after the contribut...Jannis Leidel
2011-05-21Tweaked some `render_to_response` links in the documentation.Ramiro Morales
2011-05-18Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Many thank...Jannis Leidel
2011-05-17Fixed #15921 -- Refined naturaltime filter added in r16071 to use timesince a...Jannis Leidel
2011-05-15Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz for the...Timo Graham
2011-05-14Tweaked weird wording of docs/ref/contrib/humanize.txt 'naturaltime' section ...Adrian Holovaty
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-05-13Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-09Updated AJAX example code in CSRF docs to be consistent regarding what are sa...Luke Plant
2011-05-09Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requestsLuke Plant
2011-05-09Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF c...Luke Plant
2011-05-09Added 'settings' section to CSRF docs, eliminating the unneeded 'Subdomains' ...Luke Plant
2011-05-09Clarified wording about use of 2 decorators in CSRF docsLuke Plant
2011-05-09Added clarifying note to docs for CSRF_COOKIE_DOMAINLuke Plant
2011-05-09Fixed #15354 - provide method to ensure CSRF token is always available for AJ...Luke Plant
2011-05-09Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant
2011-05-09Mentioned simplification of AJAX example code in CSRF docs.Luke Plant
2011-05-09Documented the edge case of needing a view that is partly CSRF protectedLuke Plant
2011-05-09In CSRF docs, moved 'Exceptions' section to 'Edge cases', and cleaned up some...Luke Plant