- 28 Haz, 2016 6 kayıt (commit)
-
-
Camilo Nova yazdı
-
Eduard Stepanov yazdı
-
Tim Graham yazdı
Also removed try/except/fail antipattern that hides exceptions.
-
Berker Peksag yazdı
-
Aaron Elliot Ross yazdı
Refactored "Prevented unneeded index creation on MySQL-InnoDB" (2ceb10f3) to avoid setting db_index=False.
-
Claude Paroz yazdı
Thanks Berker Peksag for the suggestion.
-
- 27 Haz, 2016 8 kayıt (commit)
-
-
Shabda Raaj yazdı
-
Ben Demboski yazdı
-
Étienne BERSAC yazdı
-
Jon Dufresne yazdı
-
Akshesh yazdı
Added the AddIndex and RemoveIndex operations to use them in migrations. Thanks markush, mjtamlyn, timgraham, and charettes for review and advice.
-
Ramiro Morales yazdı
-
Anderson Resende yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
- 25 Haz, 2016 1 kayıt (commit)
-
-
akki yazdı
-
- 24 Haz, 2016 4 kayıt (commit)
-
-
Bang Dao + Tam Huynh yazdı
-
Tim Graham yazdı
Since 859fc020, this is no longer needed.
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Claude Paroz yazdı
Thanks Tim Graham for the initial patch.
-
- 23 Haz, 2016 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 22 Haz, 2016 4 kayıt (commit)
-
-
jasisz yazdı
-
Zbigniew Siciarz yazdı
-
Tim Graham yazdı
-
John-Scott Atlakson yazdı
-
- 21 Haz, 2016 9 kayıt (commit)
-
-
Simon Charette yazdı
SQLite disgresses from the SQL standard by ignoring case of quoted identifiers. Thanks to laozzzi for the report and Tim for the review.
-
Tim Graham yazdı
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
-
Sergey Fedoseev yazdı
-
Tim Graham yazdı
Thanks Julien Hartmann for the report.
-
Paulo yazdı
Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__init__() for TabularInline.
-
Sergey Fedoseev yazdı
-
Jon Dufresne yazdı
-
Claude Paroz yazdı
Thanks Yegor Kazantsev for the report and the initial patch.
-
Samir Shah yazdı
Since Django 1.8, firstof escapes its output.
-
- 20 Haz, 2016 5 kayıt (commit)
-
-
Tim Graham yazdı
It was removed in 785cc71d only because it was untested and unused in Django itself, however, some third-party apps use it.
-
Loïc Bistuer yazdı
Fixed #26643 -- Prevented unnecessary AlterModelManagers operations caused by the manager inheritance refactor. This also makes migrations respect the base_manager_name and default_manager_name model options. Thanks Anthony King and Matthew Schinckel for the initial patches.
-
Andrew Nester yazdı
-
Tobias McNulty yazdı
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
-
Tim Graham yazdı
-
- 19 Haz, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-