- 29 Ock, 2016 1 kayıt (commit)
-
-
Hasan yazdı
-
- 21 Ock, 2016 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
If SQLITE_MAX_VARIABLE_NUMBER (default = 999) is changed at compile time to be greater than SQLITE_MAX_COLUMN (default = 2000), which Debian does by setting the former to 250000, Django raised an exception on queries containing more than 2000 parameters when DEBUG = True.
-
- 07 Ock, 2016 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 15 Ara, 2015 1 kayıt (commit)
-
-
Stewart Park yazdı
-
- 14 Kas, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 06 Eki, 2015 1 kayıt (commit)
-
-
Riccardo Magliocchetti yazdı
-
- 17 Eyl, 2015 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Daniel Hahler yazdı
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 11 Eyl, 2015 1 kayıt (commit)
-
-
Adam Chainz yazdı
-
- 09 Eyl, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
This new technique is more straightforward and compatible with test parallelization, where the effective database connection settings no longer match settings.DATABASES.
-
- 31 Agu, 2015 1 kayıt (commit)
-
-
Maxime Lorant yazdı
-
- 07 Agu, 2015 1 kayıt (commit)
-
-
Caio Ariede yazdı
-
- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 17 Tem, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 15 Tem, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 05 Haz, 2015 1 kayıt (commit)
-
-
Shai Berger yazdı
Found cases where testing code was doing try: whatever except (some excption type): self.fail("exception shouldn't be thrown") replaced it with just whatever as this makes the unexpected errors easier to debug, and the tests would fail just as much and aren't rendered less readable. Thanks Markus Holtermann for review
-
- 20 May, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 17 May, 2015 1 kayıt (commit)
-
-
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.
-
- 15 May, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Carl Meyer and Tim Graham for the reviews.
-
- 25 Mar, 2015 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Field.rel is now deprecated. Rel objects have now also remote_field attribute. This means that self == self.remote_field.remote_field. In addition, made the Rel objects a bit more like Field objects. Still, marked ManyToManyFields as null=True.
-
- 16 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 14 Şub, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 06 Şub, 2015 2 kayıt (commit)
-
-
Collin Anderson yazdı
-
Tim Graham yazdı
-
- 27 Ock, 2015 1 kayıt (commit)
-
-
Josh Smeaton yazdı
-
- 20 Ock, 2015 1 kayıt (commit)
-
-
Adam Taylor yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 14 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 07 Ock, 2015 1 kayıt (commit)
-
-
Daniel Pyrathon yazdı
Thanks to Russell Keith-Magee for mentoring this Google Summer of Code 2014 project and everyone else who helped with the patch!
-
- 30 Ara, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Andriy Sokolovskiy yazdı
-
- 29 Ara, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Daniel Hahler for the report and Tim Graham for the review.
-
- 23 Ara, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Also used schema editor in migrate to sync unmigrated apps (sync_apps). Refs #22340. Thanks Tim Graham for the review.
-
- 13 Ara, 2014 1 kayıt (commit)
-
-
Michael Hall yazdı
-
- 12 Ara, 2014 1 kayıt (commit)
-
-
Josh Smeaton yazdı
-
- 03 Ara, 2014 1 kayıt (commit)
-
-
Thomas Chaumeny yazdı
Each TestCase is also now wrapped in a class-wide transaction.
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Andriy Sokolovskiy yazdı
-
- 04 Kas, 2014 1 kayıt (commit)
-
-