- 04 Ara, 2012 4 kayıt (commit)
-
-
Julien Phalip yazdı
-
Claude Paroz yazdı
-
Andrew Godwin yazdı
Fixed #19070: urlize template filter raises exception in some cases
-
Ramiro Morales yazdı
Thanks and at cloverfastfood dot com for the report.
-
- 03 Ara, 2012 7 kayıt (commit)
-
-
Sebastián Magrí yazdı
Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be displayed as selected even if the lookup's first element is not a string.
-
Claude Paroz yazdı
Thanks Aymeric Augustin for detecting this regression.
-
Preston Holmes yazdı
Fixed typo in ValuesQuerySet._as_sql docstring
-
Tom Insam yazdı
-
Tom Insam yazdı
-
Aymeric Augustin yazdı
Thanks gw 2012 at tnode com for the report.
-
Julien Phalip yazdı
Fixed #17050 -- Added some CSS class names to the admin index pages to facilitate per-app or per-model style customizations. Thanks to scytale for the report and to H0ff1 and thiderman for their work on the patch.
-
- 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 1 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.
-