- 12 Ock, 2015 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
Added a --debug-sql option for tests and runtests.py which outputs the SQL logger for failing tests. When combined with --verbosity=2, it also outputs the SQL for passing tests. Thanks to Berker, Tim, Markus, Shai, Josh and Anssi for review and discussion.
-
- 11 Ock, 2015 4 kayıt (commit)
-
-
Claude Paroz yazdı
It was mainly for MySQL on Python 3, but now the current recommended MySQL driver for Python 3 (mysqlclient) does support binary fields, it is unneeded. Refs #20377.
-
Ola Sitarska yazdı
-
Claude Paroz yazdı
This reverts commit 832b4a57. We officially don't support MySQL on Python 3.2. Refs #20380.
-
Tim Graham yazdı
-
- 10 Ock, 2015 17 kayıt (commit)
-
-
Markus Holtermann yazdı
-
Markus Holtermann yazdı
-
Aymeric Augustin yazdı
Recommending Template(template_code) was dumb. Described alternatives.
-
Aymeric Augustin yazdı
Accounted for multiple template engines and made a few small fixes.
-
Aymeric Augustin yazdı
Accounted for multiple template engines and made a few small fixes.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
This makes room for a more general introduction about templating. Updated some links to point to the new location, but kept those that didn't talk specifically about the DTL.
-
Claude Paroz yazdı
-
Simon Charette yazdı
Thanks to Collin Anderson for the review and suggestions and Tim for the final review.
-
Marc Tamlyn yazdı
Added support for PostgreSQL range types to contrib.postgres. - 5 new model fields - 4 new form fields - New validators - Uses psycopg2's range type implementation in python
-
Marc Tamlyn yazdı
These refactorings making overriding some text based lookup names on other fields (specifically `contains`) much cleaner. It also removes a bunch of duplication in the contrib.postgres lookups.
-
Serafeim Papastefanos yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Peter Schmidt for the report and the initial patch. Thanks to Oktay Sancak for writing the original failing test and Alvin Savoy for supporting contributing back to the community.
-
Josh Smeaton yazdı
-
- 09 Ock, 2015 9 kayıt (commit)
-
-
Markus Holtermann yazdı
-
Simon Charette yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Loic Bistuer yazdı
Thanks Markus Holtermann and Tim Graham for the review.
-
Preston Timmons yazdı
-
Markus Holtermann yazdı
Thanks Loïc Bistuer and Tim Graham for the discussion and review.
-
Tim Graham yazdı
-
Thomas Chaumeny yazdı
-
- 08 Ock, 2015 9 kayıt (commit)
-
-
Sylvain Fankhauser yazdı
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
Refactored compiler SELECT, GROUP BY and ORDER BY generation. While there, also refactored select_related() implementation (get_cached_row() and get_klass_info() are now gone!). Made get_db_converters() method work on expressions instead of internal_type. This allows the backend converters to target specific expressions if need be. Added query.context, this can be used to set per-query state. Also changed the signature of database converters. They now accept context as an argument.
-
Tim Graham yazdı
-
Tim Graham yazdı
This reverts a change made in 40c60efe which was incorrect and caused CacheKeyWarnings.
-
Claude Paroz yazdı
This fixes a regression caused by f7c287fc. Thanks Markus Holtermann for identifying the regression.
-
Claude Paroz yazdı
`verbose_name_raw` return value comes from `force_text()` anyway.
-
Claude Paroz yazdı
-
Tim Graham yazdı
-