- 26 Nis, 2014 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Eric Holscher and Tim Graham for the review.
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
Avoided introducing a new regex-based SQL splitter in the migrations framework, before we're bound by backwards compatibility. Adapted this change to the legacy "initial SQL data" feature, even though it's already deprecated, in order to facilitate the transition to migrations. sqlparse becomes mandatory for RunSQL on some databases (all but PostgreSQL). There's no API to provide a single statement and tell Django not to attempt splitting. Since we have a more robust splitting implementation, that seems like a good tradeoff. It's easier to add a new keyword argument later if necessary than to remove one. Many people contributed to both tickets, thank you all, and especially Claude for the review. Refs #22401.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Florian Apolloner yazdı
-
Ana Krivokapic yazdı
-
- 25 Nis, 2014 9 kayıt (commit)
-
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
-
Ben Davis yazdı
-
Aymeric Augustin yazdı
Refs #22422.
-
Tim Graham yazdı
Thanks chris at chrullrich.net.
-
-
Moayad Mardini yazdı
Thanks Erik Romijn for the suggestion.
-
Tim Graham yazdı
Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a user password change in the admin. Thanks ross at servercode.co.uk for the report.
-
Aymeric Augustin yazdı
Refs #22496.
-
- 24 Nis, 2014 7 kayıt (commit)
-
-
Shai Berger yazdı
-
Shai Berger yazdı
Refs #22483
-
Aymeric Augustin yazdı
Fixed #22483 (again). Forwardport of 5cd64296 from stable/1.7.x
-
Aymeric Augustin yazdı
Forwardport of 9bbb43dd from stable/1.7.x
-
Tim Graham yazdı
-
Kevin Christopher Henry yazdı
- Fixed bug in get_callable() that caused resolve() to put a string in ResolverMatch.func. - Made ResolverMatch.url_name match the actual url name (or None). - Updated tests that used the string value in ResolverMatch.func, and added regression tests for this bug. - Corrected test urls whose dummy view paths caused failures (behavior that was previously masked by this bug).
-
- 23 Nis, 2014 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
Since all state is maintained on the connection at this time and none in the atomic, it doesn't matter, but it could introduce some subtle bugs if the implementation changed in the future.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Refs #18714. Same logic as options for makemessages commands.
-
Malcolm Box yazdı
cache.add() incorrectly succeeded when there was an existing key with an infinite (None) timeout.
-
Claude Paroz yazdı
Refs #22451.
-
Claude Paroz yazdı
-
Preston Timmons yazdı
Regression in 8b93b314. Thanks rcoup for the report.
-
- 22 Nis, 2014 7 kayıt (commit)
-
-
Alex Gaynor yazdı
Various documentation typo/spelling fixes
-
Marti Raudsepp yazdı
Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand.
-
Ray Ashman yazdı
-
Donald Stufft yazdı
Use the stdlib's compare_digest for constant time comparisons when available
-
Alex Gaynor yazdı
-
Tim Graham yazdı
-
Florian Apolloner yazdı
Forward ported code from 1.5 that adds backwards compatibility with legacy message length. See commit 9e718307 for details. Thanks to Ofir Ovadia for the initial patch.
-
- 21 Nis, 2014 3 kayıt (commit)
-
-
Erik Romijn yazdı
-
Erik Romijn yazdı
This is a security fix; disclosure to follow shortly.
-
Aymeric Augustin yazdı
This is a security fix. Disclosure will follow shortly.
-