summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2011-09-10[1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-09-10[1.2.X] Added protection against spoofing of X_FORWARDED_HOST headers. A secu...Russell Keith-Magee
2011-05-09[1.2.X] Updated AJAX example code in CSRF docs to be consistent regarding wha...Luke Plant
2011-05-09[1.2.X] Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant
2011-05-09[1.2.X] Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7...Luke Plant
2011-03-22[1.2.X] Fixed typo in forms API documentation.Simon Meers
2011-03-17[1.2.X] Fixed #14133 -- Updated Windows installation instructions for GeoDjan...Justin Bronn
2011-03-16[1.2.X] Use Sphinx `:download:` directives for spatial database template crea...Justin Bronn
2011-03-10[1.2.X] Fixed #15592 -- corrected an missing backtick in the syndication docs...Gabriel Hurley
2011-03-06[1.2.X] Fixed #3094 -- Updated docs to reflect actual behavior of XMLField. T...Russell Keith-Magee
2011-03-04[1.2.X] Fixed #15547 -- incorrect link in generic views reference page. 1.2 o...Simon Meers
2011-03-03[1.2.X] Fixed #15504 -- Cleaned up contrib.syndication and contrib.utils.feed...Gabriel Hurley
2011-03-03[1.2.X] Added crossref targets for a couple of Django exceptions and cleaned ...Gabriel Hurley
2011-03-01[1.2.X] Reverted 'now' template tag documentation changes so it describes the...Ramiro Morales
2011-02-28[1.2.X] Fixed #15365 -- Added a warning to the `contrib.markup` docs remindin...Gabriel Hurley
2011-02-27[1.2.X] Fixed #15492 -- Documented the `invalid_date` and `invalid_time` erro...Gabriel Hurley
2011-02-23[1.2.X] Fixed #15375 -- clarified apparent contradiction in Form Wizard docum...Simon Meers
2011-02-22[1.2.X] Removed example CSRF jQuery code from release notes, replacing with l...Luke Plant
2011-02-21[1.2.X] Fixed #11058 - list_display_links doesn't allow callables not defined...Luke Plant
2011-02-21[1.2.X] Fixed #14835 -- Corrected a lack of indentation in the reST markup fo...Luke Plant
2011-02-20[1.2.X] Expanded InlineModelAdmin documentation a bit. Partial backport of [1...Ramiro Morales
2011-02-16[1.2.X] Fixed #14820 -- Added more information to the generic relation docs r...Gabriel Hurley
2011-02-14[1.2.X] Fixed "the the" typos.Timo Graham
2011-02-14[1.2.X] Fixed a couple of documentation typos.Ramiro Morales
2011-02-13[1.2.X] Updated GeoDjango installation docs and spatial database template scr...Justin Bronn
2011-02-12[1.2.X] Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant
2011-02-09[1.2.X] Fixed a security issue in the CSRF componenent. Disclosure and new ...Alex Gaynor
2011-02-02[1.2.X] Fixed #15208 - Document ModelAdmin.formfield_for_choice_field; thanks...Timo Graham
2011-01-30[1.2.X] Fixed #15191 - typo in form validation docs; thanks berto for the rep...Timo Graham
2011-01-29[1.2.X] Fixed example use of deprecated function in GeoDjango tutorial.Justin Bronn
2011-01-25[1.2.X] Fixed #14038 -- Added information to release notes and version change...Ramiro Morales
2011-01-22[1.2.X] Fixed #15141 - remove some deprecated storage engines from the MySQL ...Timo Graham
2011-01-11[1.2.X] Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for ...Timo Graham
2011-01-03[1.2.X] Fixed #15002 - Fix title casing to conform to style guidelines. thank...Timo Graham
2010-12-31[1.2.X] Fixed #13307 -- Enhanced the generic inlines documentation by mention...Ramiro Morales
2010-12-29[1.2.X] Fixed #14842 - Indent the model Meta options. Thanks adamv.Timo Graham
2010-12-29[1.2.X] Fixed #13452 - Document that regroup can be used with any template lo...Timo Graham
2010-12-29[1.2.X] Fixed #14712 - Add an example for the post_syncdb signal. Thanks Fran...Timo Graham
2010-12-29[1.2.X] Fixed #14959 - Add a link to localflavor in the model field docs. Tha...Timo Graham
2010-12-29[1.2.X] Fixed #7726 -- Added validation of max_digits and decimal_places opti...Ramiro Morales
2010-12-29[1.2.X] Fixed a crossref formatting problem in the signals reference docs.Gabriel Hurley
2010-12-29[1.2.X] Fixed #14403 -- Provided some extra resources on the difference betwe...Gabriel Hurley
2010-12-28[1.2.X] Fixed #14905 -- Corrected some misleading linking and language in the...Gabriel Hurley
2010-12-28[1.2.X] Fixed #14912 -- Expanded documentation for the urlize template filter...Gabriel Hurley
2010-12-28[1.2.X] Fixed #11496 - note that DecimalField max/min_value should be type(de...Timo Graham
2010-12-28[1.2.X] Fixed #14708 - Document available keys for form field error messages;...Timo Graham
2010-12-28[1.2.X] Fixed #14320 - Add a note about lack of timezone support in MySQL. Th...Timo Graham
2010-12-28[1.2.X] Fixed #13837 - Add geodjango packages for Ubuntu 10.04; thanks muanis...Timo Graham
2010-12-27[1.2.X] Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelA...Timo Graham
2010-12-27[1.2.X] Fixed #6181 - Document `django.views.decorators.http` - thanks adamv ...Timo Graham