summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [1.1.X] Removed example CSRF jQuery code from release notes, replacing with l...stable/1.1.xLuke Plant2011-02-222-14/+6
* [1.1.X] Fixed #15306 -- Replaced 1.1.X implementation of admin changelist fil...Ramiro Morales2011-02-163-3/+38
* [1.1.X] Fixed #15284 - improved example jQuery code for adding X-CSRF-TokenLuke Plant2011-02-121-8/+6
* [1.1.X] [1.2.X] Fixed #15253 -- Added 1.1.3 release notes, and added sections...Russell Keith-Magee2011-02-103-3/+54
* [1.1.X] Fixed #15253, #15259 -- Added 1.1.4 release notes, added a section on...Russell Keith-Magee2011-02-102-0/+79
* [1.1.X] Bump version number for impending security release.1.1.4James Bennett2011-02-092-2/+2
* [1.1.X] Fixed security issue in AdminFileWidget. Release and disclosure forth...Carl Meyer2011-02-092-1/+17
* [1.1.X] Fixed a security issue in the file session backend. Disclosure and n...Alex Gaynor2011-02-092-2/+15
* [1.1.X] Fixed a security issue in the CSRF component. Disclosure and new re...Alex Gaynor2011-02-093-21/+37
* [1.1.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_f...Luke Plant2011-01-287-20/+78
* [1.1.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ...Ramiro Morales2011-01-123-1/+9
* [1.1.X] Update download_url for 1.1.3.James Bennett2010-12-231-0/+1
* [1.1.X] Bump to 1.1.3 for security release.1.1.3James Bennett2010-12-231-1/+1
* [1.1.X] Fix a security issue in the auth system. Disclosure and new release f...Alex Gaynor2010-12-233-3/+13
* [1.1.X] Fix a security issue in the admin. Disclosure and new release forthco...Alex Gaynor2010-12-234-4/+49
* [1.1.X] Removed the 'under development' marker from the 1.1.2 release notes; ...Russell Keith-Magee2010-05-141-6/+4
* [1.1.X] This branch is now 1.1.3 pre-alpha.James Bennett2010-05-142-2/+1
* [1.1.X] Bump to 1.1.2.1.1.2James Bennett2010-05-142-1/+2
* [1.1.X] Fixed #13532 -- Corrected and clarified examples in F() docs. Thanks ...Russell Keith-Magee2010-05-141-6/+7
* [1.1.X] Fixed #13514 -- Corrected the process of loading multiple javascript ...Russell Keith-Magee2010-05-1320-13/+186
* [1.1.X] Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro. Karen Tracey2010-05-122-2/+2
* [1.1.X] Fixed doc markup error that resulted in no anchor tag for the model a...Karen Tracey2010-05-121-1/+1
* [1.1.X] Fixed #13529 -- Corrected ModelAdmin example. Thanks to stephane@acti...Russell Keith-Magee2010-05-121-1/+1
* [1.1.X] Fixed #12997 -- Corrected the module markup for QuerySet methods. Tha...Russell Keith-Magee2010-05-112-20/+20
* [1.1.X] Fixed #11908 -- Clarified the role and usage of the ManagementForm in...Russell Keith-Magee2010-05-101-4/+11
* [1.1.X] Fixed #12001 -- Modified the example of form validation to use the fo...Russell Keith-Magee2010-05-101-4/+2
* [1.1.X] Fixed #12135 -- Clarified custom template tag example. Thanks to Evil...Russell Keith-Magee2010-05-101-1/+1
* [1.1.X] Refs #12288 -- Clarified that application names must be unique. Thank...Russell Keith-Magee2010-05-101-0/+8
* [1.1.X] Fixed #12505 -- Clarified the use of the extra argument in formsets. ...Russell Keith-Magee2010-05-101-3/+4
* [1.1.X] Fixed #12621 -- Corrected grammar error in custom template tag docs. ...Russell Keith-Magee2010-05-101-6/+7
* [1.1.X] Fixed #12678 -- Corrected a few references to Queryset into QuerySet....Russell Keith-Magee2010-05-103-4/+4
* [1.1.X] Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey fo...Russell Keith-Magee2010-05-101-1/+1
* [1.1.X] Fixed #13002 -- Corrected description of the default form base class ...Russell Keith-Magee2010-05-101-1/+1
* [1.1.X] Fixed #13509 -- Modified the comment tests so that signal cleanup doe...Russell Keith-Magee2010-05-101-1/+2
* [1.1.X] Fixed #12229 -- Added documentation of the FieldFile methods that are...Russell Keith-Magee2010-05-101-12/+54
* [1.1.X] Fixed #13158 -- Clarified that OneToOneField is a better option for U...Russell Keith-Magee2010-05-101-8/+9
* [1.1.X] Fixed #13329 -- Corrected markup problem with URL pattern in generic ...Russell Keith-Magee2010-05-101-1/+1
* [1.1.X] Fixed #13333 -- Corrected typo in whatsnew docs. Thanks to cicatrix1 ...Russell Keith-Magee2010-05-101-15/+15
* [1.1.X] Fixed #12892 - Fixed unicode related bug in a utility function of the...Jannis Leidel2010-05-101-1/+2
* [1.1.X] Fixed #13168 - Corrected the alignment of the admin inline headers fo...Jannis Leidel2010-05-101-1/+1
* [1.1.X] Added exceptions reference page to the API reference index.Russell Keith-Magee2010-05-101-0/+1
* [1.1.X] Fixed #13317 - Clarified documentation about how the blocktrans and t...Jannis Leidel2010-05-092-13/+62
* [1.1.X] Fixed #6842 -- Added reference documentation on Django's exceptions. ...Russell Keith-Magee2010-05-092-0/+114
* [1.1.X] Fixed #6039 -- Modified Atom example to be standard compliant. Thanks...Russell Keith-Magee2010-05-091-1/+5
* [1.1.X] Fixed #6752 -- Corrected the interaction of the safe template filter ...Russell Keith-Magee2010-05-091-0/+10
* [1.1.X] Fixed #10712 -- Added documentation for the queryset() method on Mode...Russell Keith-Magee2010-05-091-0/+14
* [1.1.X] Fixed #11933 -- Corrected the naming of the cached_db session backend...Russell Keith-Magee2010-05-092-4/+4
* [1.1.X] Fixed #12040 -- Cleaned up the documentation describing how CurrentSi...Russell Keith-Magee2010-05-091-27/+33
* [1.1.X] Fixed #12278 -- Corrected an example usage of string_concat. Thanks t...Russell Keith-Magee2010-05-091-1/+1
* [1.1.X] Fixed #12412 -- Clarified the documentation around file handling by t...Russell Keith-Magee2010-05-091-2/+10