- 02 Ara, 2012 1 kayıt (commit)
-
-
orblivion yazdı
-
- 01 Ara, 2012 5 kayıt (commit)
-
-
Claude Paroz yazdı
ISO formats are automatically appended to the list of input formats. Kept only when it is specified in first position, as it has a special meaning in localize_input. Thanks Bojan Mihelac for the report.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks gregplaysguitar at gmail.com for the report.
-
Claude Paroz yazdı
Thanks tim.bowden at mapforge.com.au for the report, Andreas Hug for the patch and Anton Baklanov for the review.
-
Preston Holmes yazdı
PermissionDeniedBackendTest references User model.
-
- 30 Kas, 2012 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 29 Kas, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks markteisman at hotmail.com for the report.
-
Aymeric Augustin yazdı
-
- 28 Kas, 2012 9 kayıt (commit)
-
-
Ramiro Morales yazdı
Fixed typo in the 1.5* release notes. Thanks brutasse.
-
Ramiro Morales yazdı
-
Anssi Kääriäinen yazdı
-
Claude Paroz yazdı
Thanks Craig de Stigter for the report and collaboration on the patch.
-
Tai Lee yazdı
Reverse o2o fields are now usable with defer.
-
Bruno Renié yazdı
-
Claude Paroz yazdı
Fixed #19374 -- Typo in docs/ref/models/instances.txt.
-
Jason Yan yazdı
-
Tim Graham yazdı
Thank-you Daniel Greenfeld and Scott Nixon.
-
- 27 Kas, 2012 10 kayıt (commit)
-
-
Tim Graham yazdı
Thanks colinkeenan for the suggestion.
-
Jacob Kaplan-Moss yazdı
-
Jacob Kaplan-Moss yazdı
-
Danilo Bargen yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
The connection state is now initialized in get_new_connection(). Refs #19274.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
There was an assumption that changing connection.settings_dict changed also the settings.DATABASES values. This assumption is now gone.
-
Anssi Kääriäinen yazdı
Connection creation was done in db backend ._cursor() call. This included taking a new connection if needed, initializing the session state for the new connection and finally creating the connection. To allow easier modifying of these steps in subclasses (for example to support connection pools) the _cursor() now calls get_new_connection() and init_connection_state() if there isn't an existing connection. This was done for all non-gis core backends. In addition the parameters used for taking a connection are now created by get_connection_params(). We should also do the same for gis backends and encourage 3rd party backends to use the same pattern. The pattern is not enforced in code, and as the backends are private API this will not be required by documentation either.
-
Aymeric Augustin yazdı
Thanks m3wolf for the report and akaariai for reproducing the problem.
-
- 25 Kas, 2012 11 kayıt (commit)
-
-
Edward Tjörnhammar yazdı
Fixed #17911 -- Ensure that admin readonly fields' display values are shown in change forms when the raw value is None.
-
Aymeric Augustin yazdı
Indented comments consistently in project template
-
Aymeric Augustin yazdı
Fixed interpolation in a translated string. Refs #14678.
-
Julien Phalip yazdı
Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to rasca for the suggestion and to mateusgondim for the patch.
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
TemplateSyntaxError is expected at compile time, not at run time. Refs #19280.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Refs #18417. Also fixed some test case classes which subclassed the wrong parent.
-
Claude Paroz yazdı
-
Ramiro Morales yazdı
Hopefully it will fix the problem with the documentation building server that caused a wrong Django version to be reported in the HTML zipball docs edition. Follow-up to commits 373df56d and 0b98ef63.
-
Julien Phalip yazdı
-
- 24 Kas, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Minor spelling error in a docstring
-