- 17 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
This commit doesn't contain any code changes; it's purely a refactoring.
-
- 16 Ara, 2013 5 kayıt (commit)
-
-
Artur Barseghyan yazdı
-
Loic Bistuer yazdı
-
Baptiste Mispelon yazdı
Thanks to trac user adepue for the report and original patch.
-
Baptiste Mispelon yazdı
-
Vajrasky Kok yazdı
Refs #21574
-
- 15 Ara, 2013 7 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
Peter Harley yazdı
Thanks to Keryn Knight for the report.
-
Alex Gaynor yazdı
Typo in 1.7 release notes
-
Aymeric Augustin yazdı
-
Andrew Godwin yazdı
-
Bruno Renié yazdı
-
Baptiste Mispelon yazdı
-
- 14 Ara, 2013 10 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Claude Paroz yazdı
This reverts commit 07fe0bf3. This was not working properly on system without geos library installed.
-
Bartolomé Sánchez yazdı
Currently, if the authentication mechanism uses a custom HTTP header and not REMOTE_USER, it is not easy to test. This commit modifies remote user tests in order to make them more generic.
-
Marti Raudsepp yazdı
Small nitpicks. All column-related ALTER TABLE commands take an exclusive table lock in PostgreSQL. The difference is that adding a column without default doesn't cause a table rewrite, so the lock is held only for a short time. The time taken is more accurately proportional to table size, not row count.
-
Loic Bistuer yazdı
-
Chris Jerdonek yazdı
-
Bouke Haarsma yazdı
-
Chris Jerdonek yazdı
-
Jakub Gocławski yazdı
-
Jakub Gocławski yazdı
-
- 13 Ara, 2013 4 kayıt (commit)
-
-
johannes-gehrs yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Moving notes for assertNumQueries next to the other changes to test infrastructure
-
Baptiste Mispelon yazdı
-
- 12 Ara, 2013 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Baptiste Mispelon yazdı
All input is now coerced to text before being normalized. This changes nothing under Python 2 but it allows bytes to be passed to the function without a TypeError under Python3 (bytes are assumed to be utf-8 encoded text). Thanks to trac user vajrasky for the report.
-
Baptiste Mispelon yazdı
-
Dominic Rodger yazdı
-
Claude Paroz yazdı
Do not fetch 'en' catalogs, neither files with translation stats lower than 5%. Centralized resource filtering.
-
Rémy HUBSCHER yazdı
Refs https://code.djangoproject.com/ticket/21591 Thanks to track user merb for the report.
-
Ludwik Trammer yazdı
Current language is no longer saved to session by LocaleMiddleware on every response (the behavior introduced in #14825). Instead language stored in session is reintroduced into new session after logout. Forward port of c558a43f to master.
-
- 11 Ara, 2013 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Dominic Rodger yazdı
-
Simon Charette yazdı
Thanks to Aymeric Augustin for the review and Trac alias monkut for the report.
-
Claude Paroz yazdı
Thanks moritz.pfeiffer at alp-phone.ch for the report and Tim Graham for the initial patch.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-