- 26 Nis, 2014 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 06 Nis, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
-
- 03 Nis, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
-
- 11 Mar, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
refs #21092 and 8d7e048a
-
- 08 Mar, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
Environment keys/values need to use native strings on some plateforms. Thanks anubhav joshi for detecting the issue and helping shaping the patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Rodolfo Carvalho yazdı
Thanks Piotr Kasprzyk for help with the patch.
-
- 18 Şub, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
And without causing a circular import. Thanks Akis Kesoglou for the report.
-
- 28 Ock, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 25 Ock, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion.
-
- 20 Ock, 2014 2 kayıt (commit)
-
-
Russell Keith-Magee yazdı
These warnings all emerged as the result of the introduction of the checks framework. Thanks to Anssi Kääriäinen for the report.
-
Russell Keith-Magee yazdı
This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844.
-
- 14 Ock, 2014 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
This (nearly) completes the work to isolate all the test modules from each other. This is now more important as importing models from another module will case PendingDeprecationWarnings if those modules are not in INSTALLED_APPS. The only remaining obvious dependencies are: - d.c.auth depends on d.c.admin (because of the is_admin flag to some views), but this is not so important and d.c.admin is in always_installed_apps - test_client_regress depends on test_client. Eventually these should become a single module, as the split serves no useful purpose.
-
- 01 Ock, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 28 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
The last component of the dotted path to the application module is consistently referenced as the application "label". For instance it's AppConfig.label. appname could be confused with AppConfig.name, which is the full dotted path.
-
Aymeric Augustin yazdı
-
- 22 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Adjusted several tests that used it to add apps to the app cache and then attempted to remove them by manipulating attributes directly. Also renamed invalid_models to invalid_models_tests to avoid clashing application labels between the outer and the inner invalid_models applications.
-
Aymeric Augustin yazdı
It wasn't used anywhere and couldn't be implemented any more since non-installed apps no longer have a configuration.
-
- 17 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
-
Aymeric Augustin yazdı
Refactored get_app() to rely on that method. get_app() starts by calling _populate(), which goes through INSTALLED_APPS and, for each app, imports the app module and attempts to import the models module. At this point, no further imports are necessary to return the models module for a given app. Therefore, the implementation of get_app() can be simplified and the safeguards for race conditions can be removed. Besides, the emptyOK parameter isn't used anywhere in Django. It was introduced in d6c95e93 but not actually used nor documented, and it has just been carried around since then. Since it's an obscure private API, it's acceptable to stop supporting it without a deprecation path. This branch aims at providing first-class support for applications without a models module eventually. For backwards-compatibility, get_app() still raises ImproperlyConfigured when an app isn't found, even though LookupError is technically more correct. I haven't gone as far as to preserve the exact error messages. I've adjusted a few tests instead.
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 02 Kas, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Eki, 2013 2 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Ramiro Morales yazdı
Change strategy used to examine instrumented output to acommodate the fact that on Windows, where the path separator is '\', repr() of Python modules has changed in Python 3 to use escaped backslashes in the FS path section (e.g. 'C:\\python3x\\Lib\\site-packages\\django\\contrib\\auth\\models.py') without having to special-case based on platform.
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
When listing available management commands, only core commands are listed if settings have any error. This commit adds a note in this case so errors are not totally silently skipped. Thanks Peter Davis for the report.
-
- 18 Eki, 2013 2 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks wildfire for the report.
-
- 14 Eki, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks kontakt@eikefoken.de for the report.
-
- 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.
-
- 30 Eyl, 2013 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Refs #18091.
-
- 08 Eyl, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 30 Tem, 2013 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Jose L. Patino yazdı
-
- 29 Tem, 2013 2 kayıt (commit)
-
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
Claude Paroz yazdı
As some settings are copied from current user settings, we cannot be sure the characters are pure ascii.
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #20680.
-