- 18 Ock, 2016 1 kayıt (commit)
-
-
auvipy yazdı
-
- 07 Ock, 2016 1 kayıt (commit)
-
-
Paulo Poiati yazdı
Added an optional `backend` argument to login().
-
- 06 Ock, 2016 1 kayıt (commit)
-
-
Scott Pashley yazdı
-
- 18 Ara, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 12 Ara, 2015 1 kayıt (commit)
-
-
Iacopo Spalletti yazdı
Thanks to bmispelon and uruz for the initial patch.
-
- 28 Kas, 2015 1 kayıt (commit)
-
-
Gagaro yazdı
-
- 09 Kas, 2015 1 kayıt (commit)
-
-
Mattia Larentis yazdı
Thanks Jacek Bzdak for indepdently contributing a similar fix.
-
- 07 Kas, 2015 1 kayıt (commit)
-
-
Thijs van Dien yazdı
To improve consistency, sample URL names that had underscores in them now use dashes instead. That excludes URL names that have some relation to the code, such as those generated by the admin. Thanks guettli for reporting this.
-
- 27 Eki, 2015 1 kayıt (commit)
-
-
Chris Lamb yazdı
-
- 21 Eki, 2015 2 kayıt (commit)
-
-
Sergey Fedoseev yazdı
-
Yusuke Miyazaki yazdı
-
- 07 Eki, 2015 1 kayıt (commit)
-
-
Jonas Haag yazdı
-
- 06 Eki, 2015 1 kayıt (commit)
-
-
Mariusz Felisiak yazdı
-
- 02 Eki, 2015 1 kayıt (commit)
-
-
John Moses yazdı
-
- 21 Eyl, 2015 1 kayıt (commit)
-
-
ramez yazdı
-
- 18 Eyl, 2015 1 kayıt (commit)
-
-
sujayskumar yazdı
-
- 31 Agu, 2015 1 kayıt (commit)
-
-
Tyson Clugg yazdı
-
- 27 Agu, 2015 1 kayıt (commit)
-
-
Sergey Kolosov yazdı
Introduced an AbstractBaseSession model and hooks providing the option of overriding the model class used by the session store and the session store class used by the model.
-
- 25 Agu, 2015 1 kayıt (commit)
-
-
sarthakmeh yazdı
-
- 24 Agu, 2015 2 kayıt (commit)
-
-
Maxime Lorant yazdı
-
Tommy Beadle yazdı
When using a TransactionTestCase with serialized_rollback=True, after creating the database and running its migrations (along with emitting the post_migrate signal), the contents of the database are serialized to _test_serialized_contents. After the first test case, _fixture_teardown() would flush the tables but then the post_migrate signal would be emitted and new rows (with new PKs) would be created in the django_content_type table. Then in any subsequent test cases in a suite, _fixture_setup() attempts to deserialize the content of _test_serialized_contents, but these rows are identical to the rows already in the database except for their PKs. This causes an IntegrityError due to the unique constraint in the django_content_type table. This change made it so that in the above scenario the post_migrate signal is not emitted after flushing the tables, since it will be repopulated during fixture_setup().
-
- 15 Agu, 2015 1 kayıt (commit)
-
-
- 11 Agu, 2015 1 kayıt (commit)
-
-
Brendan Hayward yazdı
-
- 22 Tem, 2015 1 kayıt (commit)
-
-
Kenneth Love yazdı
contrib.auth.mixins is based on our work with django-braces.
-
- 13 Tem, 2015 1 kayıt (commit)
-
-
Andrei Kulakov yazdı
The new attribute is checked when the `migrate --fake-initial` option is used. initial will be set to True for all initial migrations (this is particularly useful when initial migrations are split) as well as for squashed migrations.
-
- 03 Tem, 2015 1 kayıt (commit)
-
-
Rigel Di Scala yazdı
-
- 02 Tem, 2015 2 kayıt (commit)
-
-
Jan Pazdziora yazdı
-
William Schwartz yazdı
-
- 22 Haz, 2015 1 kayıt (commit)
-
-
Francisco Albarran yazdı
-
- 18 Haz, 2015 1 kayıt (commit)
-
-
Nick Pope yazdı
When the Host header contains a port, looking up the Site record fails as the host will never match the domain.
-
- 17 Haz, 2015 2 kayıt (commit)
-
-
Markus Holtermann yazdı
Added the mixins LoginRequiredMixin, PermissionRequiredMixin and UserPassesTestMixin to contrib.auth as counterparts to the respective view decorators. The authentication mixins UserPassesTestMixin, LoginRequiredMixin and PermissionRequiredMixin have been inspired by django-braces <https://github.com/brack3t/django-braces/> Thanks Raphael Michel for the initial patch, tests and docs on the PR and Ana Balica, Kenneth Love, Marc Tamlyn, and Tim Graham for the review.
-
JensDiemer yazdı
-
- 11 Haz, 2015 1 kayıt (commit)
-
-
Sutrisno Efendi yazdı
-
- 09 Haz, 2015 1 kayıt (commit)
-
-
girishkumarkh yazdı
-
- 06 Haz, 2015 1 kayıt (commit)
-
-
Markus Amalthea Magnuson yazdı
Made some contributions in the past, seems like I never got around to adding myself :) https://github.com/django/django/commits?author=alimony
-
- 05 Haz, 2015 1 kayıt (commit)
-
-
Matthew Somerville yazdı
Updated the command to match the documentation, which states it runs over all .po files.
-
- 31 May, 2015 1 kayıt (commit)
-
-
Adam Chainz yazdı
-
- 19 May, 2015 1 kayıt (commit)
-
-
Riccardo Magliocchetti yazdı
-
- 16 May, 2015 1 kayıt (commit)
-
-
Piotr Jakimiak yazdı
-
- 24 Nis, 2015 1 kayıt (commit)
-
-
Nicolas Noé yazdı
-