- 08 Mar, 2014 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Anssi Kääriäinen for the idea and Simon Charette for the review.
-
Russell Keith-Magee yazdı
Thanks to jwa for the report.
-
- 07 Mar, 2014 3 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Also fixed #22124 -- Expanded explanation of exactly what is going on in as_sql() methods.
-
Szczepan Cieślik yazdı
-
Tim Graham yazdı
-
- 06 Mar, 2014 8 kayıt (commit)
-
-
James Jenkins yazdı
Thanks bendavis78 for the report.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
This reverts commit 1562b989.
-
Andrew Godwin yazdı
-
Loic Bistuer yazdı
Thanks @apollo13 for the suggestion. Refs #17413.
-
Roger Hu yazdı
Thanks Paul McMillan for the review.
-
Claude Paroz yazdı
Also took the opportunity to slightly refactor gettext options so as to ease customization by subclassing the command. Thanks Michal Čihař for the report and initial patch.
-
- 05 Mar, 2014 6 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Added the following scripts: * Lithuanian (thanks to petraszd for the patch) * Serbian (thanks to offy) * Azerbajani (thanks to Ali Ismayilov) Fixed the following issues: * In Polish character map, some uppercase letters were converted to a lowercase ascii equivalent. * The letter Y with a diaeresis had a lowercase version but no uppercase. The code was also simplified and cleaned up: * Use of `var` statements everywhere * Systematic use of semicolons * Proper looping over arrays and objects. Thanks to @oinopion for his help in getting the javascript into proper shape. Fixes #8561, #11035.
-
Gabe Jackson yazdı
GenericRelation now supports an optional related_query_name argument. Setting related_query_name adds a relation from the related object back to the content type for filtering, ordering and other query operations. Thanks to Loic Bistuer for spotting a couple of important issues in his review.
-
Akis Kesoglou yazdı
Thanks to Loic Bistuer for review. Minor changes to error messages done by committer.
-
Chris Wilson yazdı
-
Claude Paroz yazdı
Refs #21725.
-
Baptiste Mispelon yazdı
3e25c8ac was an incomplete merge of the pull request. Thanks to @ramast for catching this.
-
- 04 Mar, 2014 10 kayıt (commit)
-
-
Athena yazdı
Fixed URL resolving in the case where an outer regex includes an inner regex and both regexes use positional parameters instead of named groups, causing the outer regex's parameters to override the inner regex's. Modified the regex url resolver so that it will concatenates and then normalizes, instead of normalizing and then concatenating.
-
Alex Gaynor yazdı
-
ramast yazdı
-
Andrew Godwin yazdı
Fixed #21893 -- ModelState didn't account for MTI parents inherited from abstract models.
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
-
zedr yazdı
This feature allows the default `TIMEOUT` Cache argument to be set to `None`, so that cache instances can set a non-expiring key as the default, instead of using the default value of 5 minutes. Previously, this was possible only by passing `None` as an argument to the set() method of objects of type `BaseCache` (and subtypes).
-
Chris Wilson yazdı
-
Chris Wilson yazdı
-
Russell Keith-Magee yazdı
-
- 03 Mar, 2014 11 kayıt (commit)
-
-
Thomas Sorrel yazdı
-
Loic Bistuer yazdı
The original patch for custom prefetches didn't allow usage of custom queryset for single valued relations (along ForeignKey or OneToOneKey). Allowing these enables calling performance oriented queryset methods like select_related or defer/only. Thanks @akaariai and @timgraham for the reviews. Refs #17001.
-
Alex de Landgraaf yazdı
Thanks django-issues at colons.co for the suggestion.
-
Tim Graham yazdı
Thanks matt at schinckel.net for the suggestion.
-
Baptiste Mispelon yazdı
-
Tim Graham yazdı
-
Rodolfo Carvalho yazdı
-
Rodolfo Carvalho yazdı
Thanks Piotr Kasprzyk for help with the patch.
-
Greg Chapple yazdı
Allows custom behavior for setting initial form data in ModelAdmin. By default, initial data is set via GET params. The new method allows this behavior to be overridden. Thanks egasimus for the suggestion.
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-