- 24 May, 2013 3 kayıt (commit)
-
-
Paul Tax yazdı
It took me quite some time to find if and where the ODBC backend was maintained. I found (on djangoproject.com): http://code.google.com/p/django-pyodbc/ (last commit about 3 years ago) then: https://github.com/avidal/django-pyodbc avidal fork. then: https://github.com/aurorasoftware/django-pyodbc/ aurorasoftware version which has avidal improvements merged. Avidals version now links to https://github.com/aurorasoftware/django-pyodbc/ which is also the version installed through PIP.
-
Luke Plant yazdı
-
Luke Plant yazdı
Thanks to av@rdf.ru and flarno11@yahoo.de for the report.
-
- 23 May, 2013 19 kayıt (commit)
-
-
Gavin Wahl yazdı
Allows a `GenericForeignKey` to reference proxy models. The default for `for_concrete_model` is `True` to keep backwards compatibility. Also added the analog `for_concrete_model` kwarg to `generic_inlineformset_factory` to provide an API at the form level.
-
Donald Stufft yazdı
Only make assertions that actually test the functionality of the change and not unrelated pieces.
-
Tim Graham yazdı
Thanks uberj@ for the report and lolek09 for the patch.
-
Tim Graham yazdı
-
Alex Gaynor yazdı
-
Andrew Godwin yazdı
-
Claude Paroz yazdı
Refs #20474.
-
Claude Paroz yazdı
Refs #20474.
-
Claude Paroz yazdı
-
Tim Graham yazdı
Thanks Katya for the suggestion.
-
Tim Graham yazdı
Thanks diek@ for the suggestion.
-
Tim Graham yazdı
Thanks jacob for the suggestion and ryankask for the patch.
-
Claude Paroz yazdı
-
Ramiro Morales yazdı
Don't try to be smart about building a good-looking help string because it evaluates translations too early, simply use the same old strategy as before. Thanks Donald Stufft for the report. Also, actually fix the case reported by the OP by special-casing CheckboxSelectMultiple. Added tests. Refs #9321.
-
Marc Tamlyn yazdı
Fixed comments for translators example in the i18n documentation
-
Panagiotis H.M. Issaris yazdı
The documentation regarding adding a comment for translators was confusing as the example contained mismatching tags.
-
Donald Stufft yazdı
Fixed #11398 - Added a pre_syncdb signal
-
Donald Stufft yazdı
-
Russell Keith-Magee yazdı
Fixed #20478 – Added support for HTTP PATCH method in generic views.
-
- 22 May, 2013 12 kayıt (commit)
-
-
Claude Paroz yazdı
gettext 0.15 has been released in July 2006.
-
Claude Paroz yazdı
The regex method used until now for the strip_tags utility is fast, but subject to flaws and security issues. Consensus and good practice lead use to use a slower but safer method.
-
Tim Graham yazdı
Thanks Ramiro Morales for the initial patch and Preston Holmes for the review.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Jannis Leidel for the suggestion.
-
Tim Graham yazdı
Thanks Donald Stufft for the suggestion and Susan Tan and Brian Fabian Crain for the patch.
-
Tim Graham yazdı
-
Krzysztof Jurewicz yazdı
-
Aymeric Augustin yazdı
When an exception other than IntegrityError was raised, get_or_create could fail and leave the database connection in an unusable state. Thanks UloPe for the report.
-
Marc Tamlyn yazdı
Fixed #18709 -- Check if initial_value is a callable
-
Anssi Kääriäinen yazdı
The fix was already in the patch for #18702, so only test added for ticket #19895.
-
Tim Graham yazdı
Slightly reworded 'last()' docs
-
- 21 May, 2013 6 kayıt (commit)
-
-
Jeroen Dekkers yazdı
In _get_changed_data, check if initial_value is a callable and call it if it is.
-
Shai Berger yazdı
Used formatted date instead of datetime object for the end of the year range, as the datetime object loses fractions-of-seconds when inserted into the db.
-
Shai Berger yazdı
Removed the explicit casting of strings to dates
-
Shai Berger yazdı
-
Aymeric Augustin yazdı
-
Anssi Kääriäinen yazdı
-