- 17 May, 2015 8 kayıt (commit)
-
-
Aymeric Augustin yazdı
It has been superseded by the converter infrastructure.
-
Aymeric Augustin yazdı
Took advantage of the new database adapters and converters.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
The primary use case is to interact with a third-party database (not primarily managed by Django) that doesn't support time zones and where datetimes are stored in local time when USE_TZ is True. Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ is False used to result in silent data corruption. Now this is an error.
-
Aymeric Augustin yazdı
This mirrors convert_xxxfield_value nicely, taking advantage of the adapter/converter terminology which is commonly used by DB-API modules.
-
Aymeric Augustin yazdı
Refs #23820. Fixed #19738. Refs #17755. In order not to introduce a regression for raw queries, parameters are passed through the connection.ops.value_to_db_* methods, depending on their type.
-
Aymeric Augustin yazdı
Put the types in the same order and checked for None consistently.
-
Aymeric Augustin yazdı
Refs #23820.
-
- 16 May, 2015 4 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Deprecation warning was introduced in https://bugs.python.org/issue24134
-
Piotr Jakimiak yazdı
-
Kamran Mackey yazdı
-
- 15 May, 2015 4 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Carl Meyer and Tim Graham for the reviews.
-
Bo Lopker yazdı
-
Claude Paroz yazdı
Thanks Thomas Recouvreux for the report and Tim Graham for the tests and review.
-
Tim Graham yazdı
-
- 14 May, 2015 2 kayıt (commit)
-
-
I am Clinton yazdı
-
Riccardo Magliocchetti yazdı
This fixes a regression with runtests.py --reverse after bd53db5e We need to avoid leaking model registration in the default AdminSite.
-
- 13 May, 2015 8 kayıt (commit)
-
-
Piotr Jakimiak yazdı
-
Claude Paroz yazdı
Thanks Luis Del Giudice for the report, and Aymeric Augustin and Markus Holtermann for the reviews.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Piotr Jakimiak yazdı
-
Charles Dee Rice yazdı
Arguments shown in example code (signal, sender, instance) appeared to be the incorrect positional arguments for a post_save signal (which might start as: sender, instance, created), as documented: https://docs.djangoproject.com/en/1.8/ref/signals/#post-save
-
Abhaya Agarwal yazdı
-
- 12 May, 2015 4 kayıt (commit)
-
-
Abhaya Agarwal yazdı
Fixed in master by b68212f5. Forwardport of 290c9d66 from stable/1.8.x
-
Andriy Sokolovskiy yazdı
Fixed situation when parent abstract model declares related_name='+', and child models had an invalid queryset.
-
I am Clinton yazdı
-
Matt Robenolt yazdı
-
- 11 May, 2015 6 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Riccardo Magliocchetti yazdı
-
Anssi Kääriäinen yazdı
When the query's model had a self-referential foreign key, the compiler.get_group_by() code incorrectly used the self-referential foreign key's column (for example parent_id) as GROUP BY clause when it should have used the model's primary key column (id).
-
Anssi Kääriäinen yazdı
-
Tim Graham yazdı
-
Matt Robenolt yazdı
-
- 09 May, 2015 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Ian Foote yazdı
-
Claude Paroz yazdı
-
- 08 May, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-