- 19 Ock, 2017 1 kayıt (commit)
-
-
Simon Charette yazdı
-
- 18 Ock, 2017 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 29 Kas, 2016 1 kayıt (commit)
-
-
Anton Samarchyan yazdı
-
- 11 Kas, 2016 1 kayıt (commit)
-
-
za yazdı
-
- 20 Haz, 2016 1 kayıt (commit)
-
-
Tobias McNulty yazdı
Also used ALLOWED_HOSTS to check for external hosts in assertRedirects().
-
- 07 Haz, 2016 1 kayıt (commit)
-
-
Brett Haydon yazdı
-
- 15 May, 2016 1 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Markus and Tim for the review.
-
- 03 Nis, 2016 1 kayıt (commit)
-
-
Piers Storey yazdı
-
- 29 Ock, 2016 1 kayıt (commit)
-
-
Hasan yazdı
-
- 07 Kas, 2015 1 kayıt (commit)
-
-
j0hnsmith yazdı
-
- 18 Haz, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Nick Pope yazdı
When the Host header contains a port, looking up the Site record fails as the host will never match the domain.
-
- 16 May, 2015 1 kayıt (commit)
-
-
Piotr Jakimiak yazdı
-
- 16 Mar, 2015 1 kayıt (commit)
-
-
Marten Kenbeek yazdı
Fixed create_default_site() to use a default value in case settings.SITE_ID isn't set; refs #23945.
-
- 20 Şub, 2015 1 kayıt (commit)
-
-
Loic Bistuer yazdı
The new signature enables better support for routing RunPython and RunSQL operations, especially w.r.t. reusable and third-party apps. This commit also takes advantage of the deprecation cycle for the old signature to remove the backward incompatibility introduced in #22583; RunPython and RunSQL won't call allow_migrate() when when the router has the old signature. Thanks Aymeric Augustin and Tim Graham for helping shape up the patch. Refs 22583.
-
- 13 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 11 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 27 Ara, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 02 Ara, 2014 1 kayıt (commit)
-
-
wrwrwr yazdı
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
wrwrwr yazdı
Refs: #15346, #15573, #16353, #16828.
-
- 27 Kas, 2014 1 kayıt (commit)
-
-
wrwrwr yazdı
-
- 01 Eki, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Claude Paroz, Riccardo Magliocchetti, and Damian Moore for contributions to the patch.
-
- 09 Nis, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 06 Şub, 2014 1 kayıt (commit)
-
-
Christopher Medrela yazdı
Thanks jordan at aace.org for the suggestion.
-
- 26 Ock, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Following the app-loading refactor, these objects must live outside of django.contrib.sites.models because they must be available without importing the django.contrib.sites.models module when django.contrib.sites isn't installed. Refs #21680. Thanks Carl and Loic for reporting this issue.
-
- 23 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
It's now easier to achieve the same effect with modify_settings or override_settings.
-
- 22 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Reverted 4a56a93c.
-
Aymeric Augustin yazdı
Since applications that aren't installed no longer have an application configuration, it is now always True in practice. Provided an abstraction to temporarily add or remove applications as several tests messed with app_config.installed to achieve this effect. For now this API is _-prefixed because it looks dangerous.
-
- 17 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Used the information from the app cache instead of creating a duplicate based on INSTALLED_APPS. Model._meta.installed is no longer writable. It was a rather sketchy way to alter private internals anyway.
-
- 24 Şub, 2013 1 kayıt (commit)
-
-
Horst Gutmann yazdı
-
- 23 Şub, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks ddavies at nomensa.com for the report and the patch and serdaroncode for reviewing the patch.
-
- 19 Şub, 2013 1 kayıt (commit)
-
-
Carl Meyer yazdı
This is a security fix; disclosure and advisory coming shortly.
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
-
- 07 Ock, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #17415 -- Reset database sequence for Site's pk after creating the default site with an explicit pk. Thanks niko AT neagee net for the report, Russell and Karen for describing the fix, and Anssi for drafting the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 Mar, 2011 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
assert_ -> assertTrue assertEquals -> assertEqual failUnless -> assertTrue For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 04 Eki, 2010 1 kayıt (commit)
-
-
Luke Plant yazdı
Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Site/RequestSite usage in various places. Many thanks to gabrielhurley for putting most of this together. Also to bmihelac, arthurk, qingfeng, hvendelbo, petr.pulc@s-cape.cz, Hraban for reports and some initial patches. The patch also contains some whitespace/PEP8 fixes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 27 Şub, 2009 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
This avoids the problem of, for example, saving a change to the Site model in the admin interface and then seeing the wrong instanec returned in the next call to get_current_site(). It's still possible to end up with an inconsistent cache if update() is used to change the Site model, but that's pretty unavoidable. It's also a slightly odd way to update a Site model, so if you really need to do that, you can manage to call SiteManager.clear() at the same time. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 30 Agu, 2008 1 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-