| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-15 | Fixed some markup in docs/ref/templates/api.txt | Tim Graham | |
| 2013-07-13 | Removed Python 2.6 references in GIS docs | Claude Paroz | |
| Refs #20746. | |||
| 2013-07-13 | Fixed #20582 -- Allowed default Form.label_suffix to be translated | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2013-07-12 | Fixed #20653 -- Renamed checksetup -> check missed in [03465639] | Tim Graham | |
| Thanks CollinAnderson for the report. | |||
| 2013-07-12 | Fixed #20429 -- Added QuerySet.update_or_create | Karol Sikora | |
| Thanks tunixman for the suggestion and Loic Bistuer for the review. | |||
| 2013-07-12 | Fixed #19031 -- Added a warning when using override_settings with 'DATABASES' | Joeri Bekker | |
| 2013-07-12 | Fixed #17528 -- Documented that add() and remove() with a many-to-many ↵ | Tim Graham | |
| relationship do not call Model.save() | |||
| 2013-07-12 | Fixed #20735 -- clarified ManyToManyField constructor doc | Christopher Medrela | |
| 2013-07-11 | Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backend | Claude Paroz | |
| Thanks dj.facebook at gmail.com for the report and initial patch and Areski Belaid and senko for improvements. | |||
| 2013-07-11 | Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txt | Tim Graham | |
| Thanks ijl20@ for the report. | |||
| 2013-07-08 | Fixed #19695 -- Retitle "Form Media" to "Form Assets". | James Bennett | |
| 2013-07-08 | Fixed #12346 -- Added a note on how to validate InlineFormSets. | Tim Graham | |
| Thanks johnsmith for the suggestion. | |||
| 2013-07-06 | [gis] Dropped official support for GDAL < 1.6 | Claude Paroz | |
| 2013-07-06 | Added release dates for gis libs as doc comments | Claude Paroz | |
| 2013-07-05 | Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. | |||
| 2013-07-05 | Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ↵ | Tim Graham | |
| supported by Postgres. Thanks jtiai for the suggestion. | |||
| 2013-07-04 | Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL. | Tim Graham | |
| Thanks littlepig for the report. | |||
| 2013-07-04 | Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique ↵ | Tim Graham | |
| constraints. Thanks timmolendijk, jdunck, vijay_shanker, and loic84. | |||
| 2013-07-03 | Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. | Tim Graham | |
| Thanks garrison for the suggestion. | |||
| 2013-07-02 | A couple more semicolon -> colon fixes; refs #18134. | Tim Graham | |
| 2013-07-01 | Reflected the new default value of LOGGING_CONFIG in docs. | Aymeric Augustin | |
| 2013-06-29 | Fixed #20677 - Typos in generic_inlineformset_factory docs. | Tim Graham | |
| Thanks Riley Strong for the report. | |||
| 2013-06-29 | Simplified description of HttpResponse(<iterator>) | Aymeric Augustin | |
| Related to 8b9b8d3b. | |||
| 2013-06-29 | More import removals | Claude Paroz | |
| Following the series of commits removing deprecated features in Django 1.7, here are some more unneeded imports removed and other minor cleanups. | |||
| 2013-06-28 | Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5. | Ramiro Morales | |
| 2013-06-28 | Removed insert(), value_for_insert() SortedDict methods deprecated in Django ↵ | Ramiro Morales | |
| 1.5. | |||
| 2013-06-28 | Removed 'mimetype' arguments from a few places, as per deprecation TL. | Ramiro Morales | |
| This includes HttpResponse and co. __init__() methods, django.shortcuts.render_to_response() and the index(), sitemap() sitemap app views. | |||
| 2013-06-28 | Removed 'depth' .select_related() argument as per deprecation TL. | Ramiro Morales | |
| 2013-06-28 | Removed custom profile model functionality as per deprecation TL. | Ramiro Morales | |
| 2013-06-28 | Removed 'cleanup' management command as per deprecation TL. | Ramiro Morales | |
| 2013-06-28 | Support 'pyformat' style parameters in raw queries, Refs #10070 | Shai Berger | |
| Add support for Oracle, fix an issue with the repr of RawQuerySet, add tests and documentations. Also added a 'supports_paramstyle_pyformat' database feature, True by default, False for SQLite. Thanks Donald Stufft for review of documentation. | |||
| 2013-06-27 | Fix typo | Ken Bolton | |
| 2013-06-27 | Docs for related_query_name | Andrew Godwin | |
| 2013-06-27 | Fixed LOGGING setting docs | Claude Paroz | |
| 2013-06-27 | Fixed #20665 -- Missing backslash in sitemaps documentation | Baptiste Mispelon | |
| Thanks to roman for the report. | |||
| 2013-06-26 | Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. | Tim Graham | |
| uid is now base64 encoded in password reset URLs/views. A backwards compatible password_reset_confirm view/URL will allow password reset links generated before this change to continue to work. This view will be removed in Django 1.7. Thanks jonash for the initial patch and claudep for the review. | |||
| 2013-06-25 | Doc cleanup for FormMixin.prefix; refs #18872. | Tim Graham | |
| 2013-06-25 | Fixed #20654 -- Fixed type of `m2m_changed`'s `pk_set` arg in docs | Daniel Izquierdo | |
| 2013-06-24 | Fixed #20644 -- Add ModelFormMixin.fields to the CBV flattened index | Baptiste Mispelon | |
| Thanks to Tim Graham for the report and review. | |||
| 2013-06-22 | Added missing `versionadded` for `FormMixin.prefix`. | Simon Charette | |
| 2013-06-22 | Fixed #18872 -- Added prefix to FormMixin | Gilberto Gonçalves | |
| Thanks @ibustama for the initial patch and dragonsnaker for opening the report. | |||
| 2013-06-21 | Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy. | Tim Graham | |
| Thanks claudep for the catch and bmispelon for the research. | |||
| 2013-06-21 | Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager. | James Bennett | |
| 2013-06-19 | Fixed #6903 - Preserve admin changelist filters after saving or deleting an ↵ | Loic Bistuer | |
| object | |||
| 2013-06-18 | Fixed #20593 -- Allow blank passwords in check_password() and set_password() | Erik Romijn | |
| 2013-06-18 | Fixed #20199 -- Allow ModelForm fields to override error_messages from model ↵ | Loic Bistuer | |
| fields | |||
| 2013-06-17 | Fixed #20614 -- Typo in documentation. | Baptiste Darthenay | |
| 2013-06-15 | Adjusted the docs to reflect when the checksetup command was added. | Daniel Lindsley | |
| 2013-06-15 | Fixed #20606 -- Fixed 'for' example in template tag docs | Claude Paroz | |
| Thanks batisteo for the report. | |||
| 2013-06-14 | Added missing docs for the checksetup command. | Daniel Lindsley | |
