- 02 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 06 Ara, 2014 1 kayıt (commit)
-
-
Peter Inglesby yazdı
-
- 12 Tem, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Accounted for the three stages of population: app configs, models, ready() methods of app configs.
-
- 23 Haz, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Tim Graham and Aymeric Augustin for the review.
-
- 24 May, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 26 Nis, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Eric Holscher and Tim Graham for the review.
-
Claude Paroz yazdı
-
- 25 Nis, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #22422.
-
-
- 20 Nis, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 09 Mar, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 01 Mar, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 28 Şub, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #22028 -- Documented that database signals aren't emitted for apps that laack a models module. Thanks un33k for the suggestion and donjpacheco for the draft patch.
-
- 15 Şub, 2014 1 kayıt (commit)
-
-
Zbigniew Siciarz yazdı
Thanks Marc Tamlyn for the suggestion.
-
- 14 Şub, 2014 1 kayıt (commit)
-
-
Simon Meers yazdı
-
- 02 Şub, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Russell for the advice.
-
- 27 Ock, 2014 1 kayıt (commit)
-
-
Carl Meyer yazdı
Wherever possible this filesystem path is derived automatically from the app module's ``__path__`` and ``__file__`` attributes (this avoids any backwards-compatibility problems). AppConfig allows specifying an app's filesystem location explicitly, which overrides all autodetection based on ``__path__`` and ``__file__``. This permits Django to support any type of module as an app (namespace packages, fake modules, modules loaded by other hypothetical non-filesystem module loaders), as long as the app is configured with an explicit filesystem path. Thanks Aymeric for review and discussion.
-
- 26 Ock, 2014 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Also added tests for get_model.
-
Carl Meyer yazdı
-
Carl Meyer yazdı
Also document the conditions under which a namespace package may or may not be a Django app, and raise a clearer error message in those cases where it may not be. Thanks Aymeric for review and consultation.
-
- 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.
-
- 10 Ock, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #21719, #21680.
-
- 06 Ock, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 02 Ock, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
The app/apps dichotomy was more confusing than valuable.
-
- 31 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Jannis and Marc for the feedback. Fixed #21717.
-
Aymeric Augustin yazdı
Fixed #21683.
-
- 30 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Now that the refactorings are complete, it isn't particularly useful any more, nor very well named. Let's keep the API as simple as possible. Fixed #21689.
-
Aymeric Augustin yazdı
-
- 29 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 28 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Returning None on errors required unpythonic error checking and was inconsistent with get_app_config. get_model was a private API until the previous commit, but given that it was certainly used in third party software, the change is explained in the release notes. Applied the same change to get_registered_model, which is a new private API introduced during the recent refactoring.
-
Aymeric Augustin yazdı
Documented them as public APIs.
-
- 26 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Eliminated the app_ prefix that was more confusing than useful.
-
- 25 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks David Larlet for the suggestion. Also fixed some Sphinx warnings and improved ReST markup.
-
- 24 Ara, 2013 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-