- 23 Eyl, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 22 Agu, 2015 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
"Area man/woman" is confusing to people not familiar with the conventions of American journalism (like me).
-
- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 20 May, 2015 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 06 Nis, 2015 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 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.
-
- 27 Şub, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Johannes Lerch for the report, Tim Graham for the test case, and Simon Charette for the review.
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 30 Ock, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
This reverts commit da79ccca. This optimized the unsuccessful case at the expense of the successful one.
-
Loic Bistuer yazdı
Thanks Anssi Kääriäinen, Marc Tamlyn, and Tim Graham for the reviews.
-
- 20 Ock, 2015 1 kayıt (commit)
-
-
Adam Taylor 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!
-
- 23 Ara, 2014 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
- 28 Kas, 2014 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Thanks to github aliases dbrgn, carljm, slurms, dfunckt, and timgraham for reviews.
-
- 20 Kas, 2014 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
- 12 Kas, 2014 1 kayıt (commit)
-
-
Jozef Knaperek yazdı
Made _do_update behave more strictly according to its docs, including a corner case when specific concurent updates are executed and select_on_save is set.
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 07 Eki, 2014 1 kayıt (commit)
-
-
Browniebroke yazdı
-
- 28 Eyl, 2014 1 kayıt (commit)
-
-
Thomas Chaumeny yazdı
Thanks Collin Anderson for the review.
-
- 24 Eyl, 2014 1 kayıt (commit)
-
-
Loic Bistuer yazdı
This is a reliqua from the early days of the modeltests/regressiontests era.
-
- 02 Tem, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 25 Haz, 2014 1 kayıt (commit)
-
-
zsoldosp yazdı
-
- 15 May, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 21 Mar, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Rodolfo Carvalho yazdı
Thanks Piotr Kasprzyk for help with the patch.
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 08 Eyl, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 02 Eyl, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 30 Agu, 2013 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
The option can be used to force pre 1.6 style SELECT on save behaviour. This is needed in case the database returns zero updated rows even if there is a matching row in the DB. One such case is PostgreSQL update trigger that returns NULL. Reviewed by Tim Graham. Refs #16649
-
- 22 Agu, 2013 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
The __eq__ method now considers two instances without primary key value equal only when they have same id(). The __hash__ method raises TypeError for no primary key case. Fixed #18864, fixed #18250 Thanks to Tim Graham for docs review.
-
- 19 Agu, 2013 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Fixed #11892, fixed #16458, fixed #14492.
-
- 31 Tem, 2013 1 kayıt (commit)
-
-
Loic Bistuer yazdı
-
- 29 Tem, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
- 26 Tem, 2013 1 kayıt (commit)
-
-
Loic Bistuer yazdı
Additionally this patch solves the orthogonal problem that specialized `QuerySet` like `ValuesQuerySet` didn't inherit from the current `QuerySet` type. This wasn't an issue until now because we didn't officially support custom `QuerySet` but it became necessary with the introduction of this new feature. Thanks aaugustin, akaariai, carljm, charettes, mjtamlyn, shaib and timgraham for the reviews.
-
- 08 Tem, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Patryk Zawadzki.
-