summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Expand)AuthorAgeFilesLines
* Fixed #14261 - Added clickjacking protection (X-Frame-Options header)Luke Plant2011-05-301-0/+1
* Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor2011-04-261-0/+1
* Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss2011-04-221-0/+1
* Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko Mašek and Ju...Jannis Leidel2011-04-221-0/+1
* Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani...Jannis Leidel2011-04-221-0/+2
* Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss2011-04-201-0/+1
* Added Idan to primary authors.Idan Gazit2011-03-221-1/+1
* Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee2011-02-121-0/+1
* Fixed #14046 -- Made {% include %} behave the same, regardless of whether the...Russell Keith-Magee2011-02-041-0/+1
* Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David...Russell Keith-Magee2011-01-241-1/+1
* Fixed #15144 -- Corrected some problems with the Cache middleware when used w...Russell Keith-Magee2011-01-241-0/+1
* Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel2011-01-051-0/+1
* Fixed #14655 -- Made formsets iterable. This allows a slightly more natural i...Russell Keith-Magee2010-12-191-0/+1
* Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee2010-12-071-0/+1
* Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley...Russell Keith-Magee2010-11-161-1/+1
* Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee2010-10-291-0/+1
* Fixed #14504 -- Corrected the way object_list is used in ListView to avoid ov...Russell Keith-Magee2010-10-281-0/+1
* Fixed #14479 -- Added initial Punjabi (pa) translation. Thanks, A S Alam.Jannis Leidel2010-10-181-0/+1
* Added myself to committersHonza Král2010-10-121-1/+1
* Add myself to committersChris Beaven2010-10-101-1/+1
* Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...Russell Keith-Magee2010-10-091-0/+1
* Added myself to the committers list.Ramiro Morales2010-10-091-1/+1
* Added myself to contributors.Carl Meyer2010-10-091-1/+1
* Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to ...Alex Gaynor2010-10-081-0/+1
* Adding my bio. Andrew enjoys writing about himself in the third person.Andrew Godwin2010-10-081-1/+1
* Added myself to the committers docs.Alex Gaynor2010-10-081-1/+1
* Corrected the spelling of David Brenneman's name in the AUTHORS file. Apologi...Russell Keith-Magee2010-09-281-1/+1
* Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch.Russell Keith-Magee2010-09-281-0/+1
* Added Stephan Jaekel to AUTHORS for his excellent work purging doctests.Russell Keith-Magee2010-09-271-0/+1
* Fixed #11486 -- Corrected the XML serializer to allow for the serialization o...Russell Keith-Magee2010-09-191-0/+1
* Added more readable __str__ and __repr__ methods to MergeDict.Malcolm Tredinnick2010-09-101-0/+1
* Fixed #14102 -- Ensure that fields that have been excluded from a form aren't...Russell Keith-Magee2010-08-171-0/+1
* Corrected some alphabetization and dupe issues in the AUTHORS fileRussell Keith-Magee2010-08-141-13/+10
* Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file...Russell Keith-Magee2010-08-141-1/+1
* Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file...Russell Keith-Magee2010-08-141-0/+1
* Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...Russell Keith-Magee2010-08-071-0/+1
* Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee2010-08-061-0/+1
* Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ...Russell Keith-Magee2010-08-051-0/+1
* Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee2010-06-211-0/+1
* Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee2010-06-101-1/+0
* Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee2010-06-071-0/+1
* Fixed #13496 - Added Indonesian translation (id). Thanks, Selwin Ong.Jannis Leidel2010-05-091-0/+1
* Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee2010-04-151-0/+1
* Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...Jannis Leidel2010-03-271-0/+1
* Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,...Jannis Leidel2010-02-231-0/+2
* Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.Joseph Kocherhans2010-02-231-1/+1
* Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin...Justin Bronn2010-02-231-1/+1
* Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn2010-02-231-1/+1
* Fixed #12608 -- No longer return inconsistent results when using `values` and...Justin Bronn2010-02-231-0/+1
* Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...Justin Bronn2010-02-231-0/+1