| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-28 | Fixed #21242 -- Allowed more IANA schemes in URLValidator | Claude Paroz | |
| Thanks Sascha Peilicke for the report and initial patch, and Tim Graham for the review. | |||
| 2013-12-28 | Removed the only_installed argument of Apps.get_models. | Aymeric Augustin | |
| Refs #15903, #15866, #15850. | |||
| 2013-12-28 | Changed get_model to raise an exception on errors. | Aymeric Augustin | |
| 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. | |||
| 2013-12-28 | Simplified Apps.get_model and added AppConfig.get_model. | Aymeric Augustin | |
| Documented them as public APIs. | |||
| 2013-12-28 | Fixed doc indentation in previous commit. | Tim Graham | |
| 2013-12-28 | Fixed #20346 -- Made cache middleware vary on the full URL. | ijl | |
| Previously, only the URL path was included in the cache key. Thanks jamey for the suggestion. | |||
| 2013-12-28 | Fixed #21618 -- Added hints about openlayers.js hosting | Claude Paroz | |
| Thanks kz26 for the report and Tim Graham for the excellent review. | |||
| 2013-12-28 | Used app_label instead of appname. | Aymeric Augustin | |
| 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. | |||
| 2013-12-28 | Updated the AppCommand API to support apps without a models module. | Aymeric Augustin | |
| 2013-12-27 | Fixed #21650 -- Corrected bad advice for plural translation. | Tim Graham | |
| Thanks nedbatchelder and claudep. | |||
| 2013-12-26 | Fixed #21582 -- Corrected URL namespace example. | Tim Graham | |
| Thanks oubiga for the report. | |||
| 2013-12-26 | Fixed #21629 -- Added instructions for loading MySQL time zone definitions. | Tim Graham | |
| Thanks Aymeric for the suggestion. | |||
| 2013-12-26 | Made the AppConfig API marginally more consistent. | Aymeric Augustin | |
| Eliminated the app_ prefix that was more confusing than useful. | |||
| 2013-12-26 | Fixed #21627 -- Added unicode_literals to changepassword command. | Jon Lønne | |
| Fixed a crash when executing changepassword command when the user object representation contained non-ASCII characters. | |||
| 2013-12-26 | Added 1.6.2 release note for 542198c1d | Claude Paroz | |
| 2013-12-25 | Swapped app registry and app config API docs. | Aymeric Augustin | |
| Thanks David Larlet for the suggestion. Also fixed some Sphinx warnings and improved ReST markup. | |||
| 2013-12-25 | Unified listing of shell commands/code | Yaroslav Halchenko | |
| - use code-block:: bash - prefix the command with $ | |||
| 2013-12-25 | Added versionadded annotations for redirect middleware attributes. | Tim Graham | |
| refs #19321 | |||
| 2013-12-25 | Fixed #21663 -- Added missing WSGIPythonPath in mod_wsgi config. | Tim Graham | |
| Thanks carrie.hazelton at altamiracorp.com for the report. | |||
| 2013-12-25 | Fixed #21669 -- Typo in docs/ref/forms/fields.txt. | Tim Graham | |
| Thanks alex_koval for the report. | |||
| 2013-12-24 | Copy-edited previous commit. | Aymeric Augustin | |
| Thanks Tim for the review. | |||
| 2013-12-24 | Added release notes for app loading changes. | Aymeric Augustin | |
| 2013-12-24 | Updated a few doc paragraphs following the app-loading refactor. | Aymeric Augustin | |
| 2013-12-24 | Documented the Apps and AppConfig APIs. | Aymeric Augustin | |
| 2013-12-24 | Added more spatial predicates for prepared geometries | Claude Paroz | |
| GEOS 3.3 added crosses, disjoint, overlaps, touches and within predicates on prepared geometries. | |||
| 2013-12-24 | Dropped support for GEOS < 3.1 | Claude Paroz | |
| 2013-12-24 | Renamed AppCache to Apps. | Aymeric Augustin | |
| Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready(). | |||
| 2013-12-23 | Added modify_settings to alter settings containing lists of values. | Aymeric Augustin | |
| 2013-12-19 | Fixed #21478 -- Corrected docs for when Field.db_type() is called. | Anubhav Joshi | |
| 2013-12-18 | Fixed #21585 -- Updated some links to 3rd party database projects. | Tim Graham | |
| Thanks graeme.perrow at sap.com for the original report. | |||
| 2013-12-18 | Fixed #21613 -- Removed a hardcoded input id from the tutorial. | Tim Graham | |
| Thanks Bruno Brouard for the report. | |||
| 2013-12-18 | Fixed #21386 -- Removed admindocs dependence on sites framework | Bouke Haarsma | |
| * Removed ADMIN_FOR setting and warn warning * Group view functions by namespace instead of site * Added a test verifying namespaces are listed Thanks to Claude Paroz for reviewing and ideas for improvement. | |||
| 2013-12-18 | Fixed #11629 -- Deprecated callable arguments to queryset methods. | Baptiste Mispelon | |
| Callable arguments were an untested and undocumented feature. | |||
| 2013-12-18 | Fixed #21632 -- Docs: Removed example with callable as query parameter | Kevin Christopher Henry | |
| Using callables as query parameters is undocumented and not working, so this changes an example from the ForeignKey.limit_choices_to documentation that uses it. | |||
| 2013-12-18 | Fixed #21552 -- Allowed the use of None for the iexact lookup. | Denis Moskalets | |
| Thanks Anubhav Joshi for the documentation. | |||
| 2013-12-18 | Fixed #21625 -- incorrect documentation for DiscoverRunner.build_suite | Tianyi Wang | |
| 2013-12-17 | Deprecated get_app_package, get_app_path and get_app_paths. | Aymeric Augustin | |
| 2013-12-17 | Moved django.db.models.loading to django.apps.cache. | Aymeric Augustin | |
| This commit doesn't contain any code changes; it's purely a refactoring. | |||
| 2013-12-16 | Fixed #17413 -- Serialization of form errors along with all metadata. | Loic Bistuer | |
| 2013-12-15 | Added some internal links to render_to_string documentation. | Baptiste Mispelon | |
| 2013-12-15 | Merge pull request #2079 from brutasse/master | Alex Gaynor | |
| Typo in 1.7 release notes | |||
| 2013-12-15 | Fixed #21621 -- Removed kqueue autoreloader. | Aymeric Augustin | |
| 2013-12-15 | Fix docs typo | Andrew Godwin | |
| 2013-12-15 | Typo in 1.7 release notes | Bruno Renié | |
| 2013-12-15 | Added internal link to i18n documentation. | Baptiste Mispelon | |
| 2013-12-14 | Fixed #21539 -- Added example of modelformset_factory's form argument | Alasdair Nicol | |
| 2013-12-14 | Clarifed table rewrites in migration docs. | Marti Raudsepp | |
| Small nitpicks. All column-related ALTER TABLE commands take an exclusive table lock in PostgreSQL. The difference is that adding a column without default doesn't cause a table rewrite, so the lock is held only for a short time. The time taken is more accurately proportional to table size, not row count. | |||
| 2013-12-14 | Fixed E127 pep8 warnings. | Loic Bistuer | |
| 2013-12-14 | Fixed #21614 -- improved docs on configuring email for development. | Chris Jerdonek | |
| 2013-12-14 | Removed usage of to-be-deprecated ADMIN_FOR setting in contributing docs | Bouke Haarsma | |
