| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-13 | Removed BDFL stuff from docs/internals/contributing/bugs-and-features.txt | Adrian Holovaty | |
| 2014-01-13 | Removed BDFLs section from docs/internals/committers.txt | Adrian Holovaty | |
| 2014-01-13 | Negligible change to my bio in docs/internals/committers.txt | Adrian Holovaty | |
| 2014-01-12 | Fixed #21477 -- Renamed db to using in pre/post_migrate signals. | Aymeric Augustin | |
| 2014-01-12 | Fixed #21453 -- Enabled autocommit before calling init_connection_state. | Aymeric Augustin | |
| Also ensured the transaction state is clean on Oracle while I was there. This change cannot be backported to 1.6 because it's backwards-incompatible for custom database backends. | |||
| 2014-01-11 | Fixed #21547 -- Updated GeoDjango tutorial with PostGIS 2 output | Claude Paroz | |
| Thanks awilliams at cironline.org for the report. | |||
| 2014-01-11 | Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2014-01-10 | Removed a man page for a command that was removed | Alex Gaynor | |
| 2014-01-10 | Deprecated importing a model before loading its application. | Aymeric Augustin | |
| Refs #21719, #21680. | |||
| 2014-01-09 | Fixed #12571 -- Attached originating WSGIRequest to test client responses. | Unai Zalakain | |
| Originating WSGIRequests are now attached to the ``wsgi_request`` attribute of the ``HttpResponse`` returned by the testing client. Thanks rvdrijst for the suggestion. | |||
| 2014-01-06 | Fixed #21718 -- Renamed has_app to is_installed. | Aymeric Augustin | |
| 2014-01-05 | Added an app-loading feature to the release notes. | Aymeric Augustin | |
| 2014-01-05 | Fixed #21711 -- Enforced unicity of model names. | Aymeric Augustin | |
| 2014-01-04 | Fixed #21730 -- Removed superfluous db_index in custom auth docs | Claude Paroz | |
| Thanks rafalp for the report. | |||
| 2014-01-03 | Fixed a sentence in the session security docs; thanks claudep. | Tim Graham | |
| 2014-01-03 | Fixed #21728 -- Corrected an inadvertent path change in ↵ | Tianyi Wang | |
| docs/intro/contributing.txt. | |||
| 2014-01-03 | Merge pull request #2094 from coder9042/ticket_21478 | Anssi Kääriäinen | |
| Changed documentation for db_type() | |||
| 2014-01-02 | Fixed #21319 -- Added documentation for the Form.fields attribute. | Vajrasky Kok | |
| Thanks pydanny for the report. Also, added documentation about base_fields attribute and its difference with fields attribute. | |||
| 2014-01-02 | Updated my bio. | Aymeric Augustin | |
| 2014-01-02 | Changed convention for modules storing AppConfigs. | Aymeric Augustin | |
| The app/apps dichotomy was more confusing than valuable. | |||
| 2014-01-02 | Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when ↵ | Tim Graham | |
| reusing built-in filters. Thanks Stephen McDonald for the suggestion. | |||
| 2014-01-02 | Fixed minor typos. | Nathan Smith | |
| 2014-01-02 | Fixed typos. Changed grammar. | Frank Tobia | |
| Minor typos. Some grammar changes. | |||
| 2014-01-02 | Fix typo in 0ce945a67151acf2c58bc35a47f4c3d45ff30085. | Marc Tamlyn | |
| Thanks to Loic for the report. | |||
| 2014-01-01 | Updated release notes on app_label. | Aymeric Augustin | |
| Django determines automatically which application models belong to, provided the application can be imported without importing models. | |||
| 2014-01-01 | Fixed #21018 -- Reversed precedence order for management commands. | Aymeric Augustin | |
| 2014-01-01 | Documented unicity rules in INSTALLED_APPS. | Aymeric Augustin | |
| Refs #12288, #21679. | |||
| 2013-12-31 | Django sees more than 1mm hits per hour | Matt Robenolt | |
| Disqus regularly does 40-50k/s | |||
| 2013-12-31 | Fixed #21581 -- Fixed a number of issues with collectstatic. | Loic Bistuer | |
| When STATIC_ROOT wasn't set, collectstatic --clear would delete every files within the current directory and its descendants. This patch makes the following changes: Prevent collectstatic from running if STATIC_ROOT isn't set. Fixed an issue that prevented collectstatic from displaying the destination directory. Changed the warning header to notify when the command is run in dry-run mode. | |||
| 2013-12-31 | Fixed #21484 -- Documented that SQL logging does not include "framework ↵ | Tim Graham | |
| level" queries. | |||
| 2013-12-31 | Fixed #21714 -- Moved logging configuration to global setup() | Claude Paroz | |
| Thanks Aymeric Augustin for the report and the review. | |||
| 2013-12-31 | Renamed AppConfig.setup to ready. | Aymeric Augustin | |
| Thanks Jannis and Marc for the feedback. Fixed #21717. | |||
| 2013-12-31 | Enforced unicity of app labels. | Aymeric Augustin | |
| Fixed #21679. | |||
| 2013-12-31 | Made it possible to change an application's label in its configuration. | Aymeric Augustin | |
| Fixed #21683. | |||
| 2013-12-31 | Fixed #19395 -- Added a simple example logging config. | Tim Graham | |
| Thanks ken.nelson at maclaren.com. | |||
| 2013-12-31 | Fleshed out release notes for app loading. | Aymeric Augustin | |
| Fixed #21715. | |||
| 2013-12-31 | Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. | Tim Graham | |
| Thanks cjerdonek for the suggestion. | |||
| 2013-12-31 | Added release notes for today's app-loading improvements. | Aymeric Augustin | |
| 2013-12-30 | Removed the only_with_models_module argument of get_model[s]. | Aymeric Augustin | |
| 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. | |||
| 2013-12-30 | Fixed a broken link in docs/intro/tutorial01.txt. | Tim Graham | |
| 2013-12-30 | Fixed #21708 -- Added some headings to separate unrelated topics. | Tim Graham | |
| Thanks ashley at ashleymills.com for the suggestion. | |||
| 2013-12-30 | Fixed #21710 -- Documented User.get_short_name() | Tim Graham | |
| Thanks Keryn Knight for the report. | |||
| 2013-12-30 | Stopped populating the app registry as a side effect. | Aymeric Augustin | |
| Since it triggers imports, it shouldn't be done lightly. This commit adds a public API for doing it explicitly, django.setup(), and does it automatically when using manage.py and wsgi.py. | |||
| 2013-12-30 | Updated advice on connecting signals at startup. | Aymeric Augustin | |
| 2013-12-30 | Added AppConfig.setup() to run setup code. | Aymeric Augustin | |
| 2013-12-30 | Pointed intersphinx links to Python's default version. | Aymeric Augustin | |
| Currently it's 3.3. | |||
| 2013-12-30 | Assumed Python 3 throughout docs/intro. | Aymeric Augustin | |
| Various small fixes while I was proof-reading. | |||
| 2013-12-29 | Deprecated the app argument of apps.get_models. | Aymeric Augustin | |
| Use app_config.get_models() instead. | |||
| 2013-12-29 | Added AppConfig.get_models(). | Aymeric Augustin | |
| 2013-12-29 | Refactored the migration signals to use app configs. | Aymeric Augustin | |
| De-aliased pre/post_syncdb to pre/post_migrate to increase backwards-compatibility. | |||
