- 24 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready().
-
- 22 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Reverted 4a56a93c.
-
- 17 Ara, 2013 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Improved Andrew's hack to create temporary app caches to handle migrations. Now the main app cache has a "master" flag set to True (which is a non-default keyword argument, thus unlikely to be used by mistake). Other app cache instances have "master" set to False. The only sanctioned way to access the app cache is by importing django.core.apps.app_cache. If you were instanciating an app cache and relying on the Borg pattern, you'll have to refactor your code.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
This commit doesn't contain any code changes; it's purely a refactoring.
-
- 20 Kas, 2013 1 kayıt (commit)
-
-
Baptiste Mispelon yazdı
Thanks to Tim for the review.
-
- 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ı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
-
- 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.
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #20680.
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 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.
-
- 29 Nis, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Clueless for the initial patch. Note that unittest has been purposely left out (external package only used by Python 2.6).
-
- 30 Mar, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 14 Eki, 2011 1 kayıt (commit)
-
-
Alex Gaynor yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16986 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Alex Gaynor yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Tem, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 Tem, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Renamed a test model field added in [16345] so it doesn't keep the test DB ceation process from finishing under Oracle. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 10 Haz, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16357 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 09 Haz, 2011 2 kayıt (commit)
-
-
Andrew Godwin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Andrew Godwin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 09 Ock, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints to not fail when the related DateField is empty. Existing modelforms tests were extended to cover this case and an equivalent set of tests was added for the model functionality. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Eki, 2010 1 kayıt (commit)
-
-
Alex Gaynor yazdı
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given function executes the correct number of queries. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 11 Eki, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 17 Agu, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #14102 -- Ensure that fields that have been excluded from a form aren't included in the unique_for_* checks, either. Thanks to Travis Cline for the report and fix. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 16 Mar, 2010 1 kayıt (commit)
-
-
Karen Tracey yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 10 Şub, 2010 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
Fixed #12647. Allow unique_together checks be specified as lists as well as tuples. Thanks, Honza Král. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12403 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 14 Ock, 2010 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 12 Ock, 2010 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. This reverts some admin and test changes from [12098] and also fixes #12507, #12520, #12552 and #12553. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 05 Ock, 2010 1 kayıt (commit)
-
-
Joseph Kocherhans yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-