- 23 May, 2013 16 kayıt (commit)
-
-
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 12 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ı
-
Selwin Ong yazdı
-
Selwin Ong yazdı
-
Claude Paroz yazdı
-
Mathijs de Bruin yazdı
Report more details about template files in loader postmortem.
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
Fixed a Python 2.6 regression (GzipFile can't act as a context manager)
-