Jacob Kaplan-Moss
|
5b0e4e49d4
Fixed #14091 - be more correct about logging queries in connection.queries.
|
14 anni fa |
Jannis Leidel
|
7478aeb0a7
Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko Mašek and Julien Phalip.
|
14 anni fa |
Jannis Leidel
|
8b588747ed
Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Daniel Duan, DaNmarner and Łukasz Rekucki.
|
14 anni fa |
Jacob Kaplan-Moss
|
8f0f73c7b8
Fixed #2705: added a `select_for_update()` clause to querysets.
|
14 anni fa |
Idan Gazit
|
09d163ec47
Added Idan to primary authors.
|
14 anni fa |
Russell Keith-Magee
|
6314a1b42e
Fixed #9964 -- Ensure that all database operations make transactions dirty, not just write operations. Many thanks to Shai Berger for his work and persistence on this issue.
|
14 anni fa |
Russell Keith-Magee
|
d8c38bd2c9
Fixed #14046 -- Made {% include %} behave the same, regardless of whether the template included is named by variable or constant string. Thanks to defcube for the report, and George Karpenkov for the draft patch.
|
14 anni fa |
Russell Keith-Magee
|
3a6491cf56
Fixed #14240 -- Enabled localization for the filesize filter. Thanks to David Danier for the report and patch.
|
14 anni fa |
Russell Keith-Magee
|
fe581013b0
Fixed #15144 -- Corrected some problems with the Cache middleware when used with multiple cache settings. Thanks to Jim Dalton for the report, and to Jim and Joshua Ginsberg for the work on the patch.
|
14 anni fa |
Jannis Leidel
|
a3894945b6
Fixed #15010 -- Added current_app parameter to close gap between TemplateResponse and render method. Thanks, acdha.
|
14 anni fa |
Russell Keith-Magee
|
7adffaeaf6
Fixed #14655 -- Made formsets iterable. This allows a slightly more natural iteration API (`for form in formsets`), and allows you to easily override the form rendering order. Thanks to Kent Hauser for the suggestion and patch.
|
14 anni fa |
Russell Keith-Magee
|
e0dcd7666a
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail.
|
14 anni fa |
Russell Keith-Magee
|
8bafde1229
Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley for the patch.
|
14 anni fa |
Russell Keith-Magee
|
ccc49029b8
Fixed #14181 -- Added a template tag and filters to allow localization to be disabled in a template. Thanks to Benjamin Wohlwend for the work on the patch.
|
14 anni fa |
Russell Keith-Magee
|
baa1e90d4c
Fixed #14504 -- Corrected the way object_list is used in ListView to avoid overwriting context. Includes improved usage of unittest2 assertions. Thanks to Łukasz Rekucki for the final patch.
|
14 anni fa |
Jannis Leidel
|
fa2159f85b
Fixed #14479 -- Added initial Punjabi (pa) translation. Thanks, A S Alam.
|
14 anni fa |
Honza Král
|
9235d24d3f
Added myself to committers
|
14 anni fa |
Chris Beaven
|
fc4ed4fafd
Add myself to committers
|
14 anni fa |
Russell Keith-Magee
|
8755fb1549
Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.auth. This also updates the createsuperuser command to be more testable, and migrates some auth doctests. Thanks to berryp for the report, and Laurent Luce for the patch.
|
14 anni fa |
Ramiro Morales
|
71a4c472ab
Added myself to the committers list.
|
14 anni fa |
Carl Meyer
|
5b155e2a87
Added myself to contributors.
|
14 anni fa |
Alex Gaynor
|
ccc43508e3
Fixed #13241. order_with_respect_to now works with ForeignKeys who refer to their model lazily (i.e. with a string). Thanks to Gabriel Grant for the patch.
|
14 anni fa |
Andrew Godwin
|
37023bc0bc
Adding my bio. Andrew enjoys writing about himself in the third person.
|
14 anni fa |
Alex Gaynor
|
5c01585450
Added myself to the committers docs.
|
14 anni fa |
Russell Keith-Magee
|
e5c41c79e0
Corrected the spelling of David Brenneman's name in the AUTHORS file. Apologies, David.
|
14 anni fa |
Russell Keith-Magee
|
b24a55ca79
Migrated fixtures_regress doctests. Thanks to David Brenneman for the patch.
|
14 anni fa |
Russell Keith-Magee
|
9c402f0ecc
Added Stephan Jaekel to AUTHORS for his excellent work purging doctests.
|
14 anni fa |
Russell Keith-Magee
|
11aee35a9f
Fixed #11486 -- Corrected the XML serializer to allow for the serialization of objects with a null PK value. Also includes migration of doctests to unittests (we have always been at war with doctests). Thanks to zdmytriv for the report, and Niall Kelly for the patch.
|
14 anni fa |
Malcolm Tredinnick
|
255147c97e
Added more readable __str__ and __repr__ methods to MergeDict.
|
14 anni fa |
Russell Keith-Magee
|
015d85aee6
Fixed #14102 -- Ensure that fields that have been excluded from a form aren't included in the unique_for_* checks, either. Thanks to Travis Cline for the report and fix.
|
14 anni fa |