- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 27 Nis, 2015 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 04 Şub, 2015 1 kayıt (commit)
-
-
Josh Schneier yazdı
-
- 08 Ock, 2015 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Refactored compiler SELECT, GROUP BY and ORDER BY generation. While there, also refactored select_related() implementation (get_cached_row() and get_klass_info() are now gone!). Made get_db_converters() method work on expressions instead of internal_type. This allows the backend converters to target specific expressions if need be. Added query.context, this can be used to set per-query state. Also changed the signature of database converters. They now accept context as an argument.
-
- 12 Agu, 2014 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Also never create deferred model when no attrs are deferred.
-
- 25 Haz, 2014 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Lovas Bence yazdı
-
- 05 Ock, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Surprisingly, this commit doesn't change any behavior at all. When a model is defined with the same name as another model in the same app, the definition of the first class is bound to the name of the class regardless of the definition of the second class.
-
- 29 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Use app_config.get_models() instead.
-
- 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().
-
- 23 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 22 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Reverted 4a56a93c.
-
- 17 Ara, 2013 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Since the original ones in django.db.models.loading were kept only for backwards compatibility, there's no need to recreate them. However, many internals of Django still relied on them. They were also imported in django.db.models. They never appear in the documentation, except a quick mention of get_models and get_app in the 1.2 release notes to document an edge case in GIS. I don't think that makes them a public API. This commit doesn't change the overall amount of global state but clarifies that it's tied to the app_cache object instead of hiding it behind half a dozen functions.
-
Aymeric Augustin yazdı
This commit doesn't contain any code changes; it's purely a refactoring.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 22 Agu, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Added settings.SESSION_SERIALIZER which is the import path of a serializer to use for sessions. Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
-
- 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.
-
- 31 May, 2013 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Oracle doesn't like grouping by TextField, so use CharFields instead in models.
-
- 30 May, 2013 2 kayıt (commit)
-
-
Tai Lee yazdı
Correctly calculate the ``aggregate_start`` offset from loaded fields, if any are deferred, instead of ``self.query.select`` which includes all fields on the model. Also made some PEP 8 fixes.
-
Anssi Kääriäinen yazdı
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-