summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Restored deprecated aliases for functions in django.db.models.Aymeric Augustin
2013-12-17Inlined trivial method that was used only once.Aymeric Augustin
2013-12-17Fixed incorrect decrementation of nesting_level.Aymeric Augustin
2013-12-17Refactored old test runner to handle apps without a models module.Aymeric Augustin
2013-12-17Made it possible to create apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Removed the _-prefix for populate().Aymeric Augustin
2013-12-17Simplified register_models.Aymeric Augustin
2013-12-17Simplified handling of available_apps slightly.Aymeric Augustin
2013-12-17Deprecated get_app_package, get_app_path and get_app_paths.Aymeric Augustin
2013-12-17Added get_app_configs() to iterate on app_config instances.Aymeric Augustin
2013-12-17Added get_app_config() to look up app configs by label.Aymeric Augustin
2013-12-17Fleshed out AppConfig objects.Aymeric Augustin
2013-12-17Moved list of models inside AppConfig instances.Aymeric Augustin
2013-12-17Removed unused attribute app_errors of the app cache.Aymeric Augustin
2013-12-17Stored AppConfig objects instead of models modules in the app cache.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Removed ModelDict.Aymeric Augustin
2013-12-17Removed BaseAppCache.app_store.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-16Removed duplicated `TimeField` in __all__.Artur Barseghyan
2013-12-16Fixed #17413 -- Serialization of form errors along with all metadata.Loic Bistuer
2013-12-16Fixed #21564 -- Use local request object when possible in generic views.Baptiste Mispelon
2013-12-16Removed unnecessary function-level import.Baptiste Mispelon
2013-12-16Removed unnecessary call to force_text in utils.html.clean_html.Vajrasky Kok
2013-12-15Added some internal links to render_to_string documentation.Baptiste Mispelon
2013-12-15Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...Peter Harley
2013-12-15Merge pull request #2079 from brutasse/masterAlex Gaynor
2013-12-15Fixed #21621 -- Removed kqueue autoreloader.Aymeric Augustin
2013-12-15Fix docs typoAndrew Godwin
2013-12-15Typo in 1.7 release notesBruno Renié
2013-12-15Added internal link to i18n documentation.Baptiste Mispelon
2013-12-14Fixed #21539 -- Added example of modelformset_factory's form argumentAlasdair Nicol
2013-12-14Revert "Allowed running GIS form tests that don't require spatial database"Claude Paroz
2013-12-14Fixed #21250 -- Made HTTP auth user header configurable in testsBartolomé Sánchez
2013-12-14Clarifed table rewrites in migration docs.Marti Raudsepp
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-14Fixed #21614 -- improved docs on configuring email for development.Chris Jerdonek
2013-12-14Removed usage of to-be-deprecated ADMIN_FOR setting in contributing docsBouke Haarsma
2013-12-14Fixed link text for "Testing in Django" in tutorial 5.Chris Jerdonek
2013-12-14Allowed running GIS form tests that don't require spatial databaseJakub Gocławski
2013-12-14Fixed #21606 -- Fixed default_lat and default_lon override in OSMWidgetJakub Gocławski
2013-12-13Fixed #21580 -- Clarified why render() does not return a TemplateResponse obj...johannes-gehrs
2013-12-13Added 1.6.2 release notes stub.Tim Graham
2013-12-13Merge pull request #2067 from dominicrodger/masterTim Graham
2013-12-13Changed documentation of HttpResponse.content to indicate it's a bytestringBaptiste Mispelon
2013-12-12Copied 1.6.1 release notes from stable/1.6.x branch.Tim Graham
2013-12-12Fixed #21574 -- Handle bytes consistently in utils.text.normalize_newlines.Baptiste Mispelon