- 30 Haz, 2012 1 kayıt (commit)
-
-
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ı
-
- 17 Haz, 2012 2 kayıt (commit)
-
-
Florian Apolloner yazdı
Moved HAS_SPATIALREFSYS back into the tests namespace since it only operates on the default database and isn't a global flag like HAS_GDAL.
-
Julien Phalip yazdı
Fixed #18420 -- Prevented the admin JS from crashing when the main form contains no field. Thanks to maciej.maciaszek for the report and patch.
-
- 16 Haz, 2012 4 kayıt (commit)
-
-
Julien Phalip yazdı
-
Julien Phalip yazdı
-
Julien Phalip yazdı
Fixed #18477 -- Fixed colspan value when a TabularInline form contains validation errors. Thanks to yedpodtrzitko for the report and patch.
-
Julien Phalip yazdı
-
- 15 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
This is also more Python 3 compatible, as the json module in Python 3 is expecting text. Thanks Vinay Sajip for noticing it.
-