| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-24 | Fixed links to DATABASE ENGINE setting. refs #19516 | Tim Graham | |
| 2012-11-17 | Fix typo in file storage docs. | Aymeric Augustin | |
| 2012-11-17 | Fixed #19310 -- changed method docs formatting for custom file storage docs | Preston Holmes | |
| 2012-10-29 | Fixed #19208 -- Docs for mod_wsgi daemon mode | Aymeric Augustin | |
| Thanks Graham Dumpleton for the patch. | |||
| 2012-10-19 | Fixed #17388 - Noted in the custom model field docs that field methods need ↵ | Tim Graham | |
| to handle None if the field may be null. | |||
| 2012-10-16 | Fixed #19128 -- Reworded admonition about Jython and Django 1.5 | Claude Paroz | |
| Thanks adam@hopelessgeek.com for the report. | |||
| 2012-10-03 | Fixed #19006 - Quoted filenames in Content-Disposition header. | Tim Graham | |
| 2012-10-02 | Fixed #19057 -- support custom user models in mod_wsgi auth handler | Preston Holmes | |
| thanks @freakboy3742 for the catch and review | |||
| 2012-09-29 | Added a missing comma | Preston Holmes | |
| 2012-09-29 | Fixed a couple errors and inconsistencies in mod_wsgi docs | Preston Holmes | |
| Fixes #19042 | |||
| 2012-09-27 | Fixed #18518 -- Add warning re mod_wsgi and wsgi.py environ handling. | Carl Meyer | |
| 2012-09-27 | fixed #10809 -- add a mod_wsgi authentication handler | Preston Holmes | |
| Thanks to baumer1122 for the suggestion and initial patch and David Fischer for the contributions and long term patch maintenance and docs. | |||
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham | |
| 2012-09-08 | Fixed #15566 - Documented that update() doesn't honor DateField.auto_now | Tim Graham | |
| Thanks Shabda Raaj for the draft patch. | |||
| 2012-08-18 | [py3] Ported django.utils.safestring. | Aymeric Augustin | |
| Backwards compatibility aliases were created under Python 2. | |||
| 2012-08-12 | Fix link to Gunicorn website in deployment howto. | Martijn Vermaat | |
| 2012-08-07 | [py3] Ported django.utils.encoding. | Aymeric Augustin | |
| * Renamed smart_unicode to smart_text (but kept the old name under Python 2 for backwards compatibility). * Renamed smart_str to smart_bytes. * Re-introduced smart_str as an alias for smart_text under Python 3 and smart_bytes under Python 2 (which is backwards compatible). Thus smart_str always returns a str objects. * Used the new smart_str in a few places where both Python 2 and 3 want a str. | |||
| 2012-07-15 | Fixed #18626 -- rst syntax collision. | Aymeric Augustin | |
| 2012-07-07 | Fixed #18587 -- Typo in management command example | Aymeric Augustin | |
| Thanks Frank Wiles. | |||
| 2012-07-06 | restored a missing \ in uwsgi docs | Daniele Procida | |
| 2012-07-02 | Replaced 'return' by 'raise' in custom model field docs | Claude Paroz | |
| Thanks Simon Charette for noticing it. Refs #11162. | |||
| 2012-06-30 | Fixed #11162 -- Mentioned ValidationError in custom model field docs | Claude Paroz | |
| 2012-06-29 | Fixed #18528 -- Fixed custom field value_to_string example | Claude Paroz | |
| Thanks anuraguniyal for the report. | |||
| 2012-06-28 | Updated obsolete links in the documentation | Claude Paroz | |
| 2012-06-11 | Fixed #18451 -- Vastly improved class based view documentation. | Jannis Leidel | |
| Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this. | |||
| 2012-06-08 | Fixed #18440 -- Pointed out that ReportLab is not thread safe. Thanks, ↵ | Adrian Holovaty | |
| jens@lundstroem.com | |||
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-06-06 | Replaced documentation snippets using "gender" with less sensitive examples. | Jacob Kaplan-Moss | |
| 2012-06-06 | Added alt attribute to img tags in docs. | Aymeric Augustin | |
| This is a good practice for accessibility. Thanks Jessica McKellar for the report. | |||
| 2012-05-27 | Fixed #18387 -- Do not call sys.exit during call_command. | Claude Paroz | |
| Moved sys.exit(1) so as failing management commands reach it only when running from command line. | |||
| 2012-05-19 | Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class | Claude Paroz | |
| 2012-05-10 | Replaced foo.next() by next(foo). | Claude Paroz | |
| This new syntax for next() has been introduced in Python 2.6 and is compatible with Python 3. | |||
| 2012-05-05 | Replaced cStringIO.StringIO by io.BytesIO. | Claude Paroz | |
| Also replaced StringIO.StringIO by BytesIO in some other appropriate places. StringIO is not available in Python 3. | |||
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-04-30 | docs: It's rsync_project not rysnc_project | Kyle Fuller | |
| 2012-04-29 | Minor fixes in the custom template tags docs. | Aymeric Augustin | |
| 2012-04-25 | Fixed #18060 -- Corrected the import path of an example in custom management ↵ | Claude Paroz | |
| commands docs. Thanks smuss for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17936 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-23 | Fixed #18187 -- Completed example and details about custom command options. ↵ | Claude Paroz | |
| Thanks purple for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17930 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-22 | Fixed #18186 -- Fixed ReportLab Web site links. Thanks pablog for the report ↵ | Claude Paroz | |
| and the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17928 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-11 | Fixed #18099 -- corrected a typo in the initial data docs. Thanks to ↵ | Alex Gaynor | |
| Bradley Ayers for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17895 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-08 | Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official ↵ | Claude Paroz | |
| deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17879 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Fix a reST error. | Alex Gaynor | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17852 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Fixed #18029 -- Removed leftover mod_python files forgotten in r17835. | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17849 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Removed the deprecated reset and sqlreset management commands. | Aymeric Augustin | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17842 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ↵ | Claude Paroz | |
| Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17835 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ↵ | Claude Paroz | |
| the initial patch and Aymeric Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-28 | Fixed 17993 -- Removed quotes around module parameter for wider ↵ | Claude Paroz | |
| compatibility. Thanks roberto@unbit.it for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17813 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-14 | Updated some outdated external URLs in docs. | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17710 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-10 | Fixed #17842 - Typo in uWsgi docs; thanks mitnk. | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17674 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
