- 30 Haz, 2012 8 kayıt (commit)
-
-
Claude Paroz yazdı
This keyword was already deprecated in the code (supported for backwards compatibility only), but never formally deprecated. Thanks Paul McMillan for the report and yasar11732 for the initial patch.
-
Claude Paroz yazdı
Refs #16519.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Refs #15988.
-
Tim Graham yazdı
Thanks codeinthehole for the draft patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks mothsART for the report and the initial patch.
-
- 29 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks anuraguniyal for the report.
-
- 28 Haz, 2012 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Thanks fourga38 for the report and hirokiky at gmail.com for the initial patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 27 Haz, 2012 3 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #17511 - Removed reference to deprecated "reset" management command in FAQ; thanks voxpuibr@ for the report.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks ramilzay at gmail.com for the report.
-
- 26 Haz, 2012 3 kayıt (commit)
-
-
Josh Smeaton yazdı
Correctly configure NLS_SESSION_PARAMETERS to format Date and DateTime on Oracle backend. Thanks to Josh Smeaton for report & patch.
-
Claude Paroz yazdı
When a FileField value has been saved, a new validation should not regenerate a new filename when checking the length. Refs #9893.
-
Anssi Kääriäinen yazdı
This commit tackles a couple of issues. First, in certain cases there were some mixups if field.attname or field.name should be deferred. Field.attname is now always used. Another issue tackled is a case where field is both deferred by .only(), and selected by select_related. This case is now an error. A lot of thanks to koniiiik (Michal Petrucha) for the patch, and to Andrei Antoukh for review.
-
- 25 Haz, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Rob Golding for helping on the patch.
-
Gabriel Grant yazdı
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks aldaran for the patch.
-
- 23 Haz, 2012 7 kayıt (commit)
-
-
Claude Paroz yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Dmitry Medvinsky yazdı
Added ability to use receiver decorator in the following way: @receiver([post_save, post_delete], sender=MyModel) def signals_receiver(sender, **kwargs): ...
-
Bojan Mihelac yazdı
``include`` calls shouldn't have a $ sign at the end of the url pattern.
-
jnns yazdı
django.core.context_processors.tz was missing from default TEMPLATE_CONTEXT_PROCESSORS in the template api documentation.
-
Alex Gaynor yazdı
-
- 22 Haz, 2012 3 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
Luke Plant yazdı
Thanks to ambv for the report
-
- 19 Haz, 2012 4 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks volrath and copelco for their work on the patch.
-
danger yazdı
-
Tim Saylor yazdı
-
- 18 Haz, 2012 4 kayıt (commit)
-
-
Chris Beaven yazdı
Previously, the closing token for the verbatim tag was specified as the first argument of the opening token. As pointed out by Jannis, this is a rather major departure from the core tag standard. The new method reflects how you can give a specific closing name to {% block %} tags.
-
Gabe Jackson yazdı
-
Daniel Hepper yazdı
-
Daniel Hepper yazdı
-