summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-09-25Replaced input by textarea in forms docsClaude Paroz
2014-09-25Removed incorrect item in 1.7.1 release notes.Tim Graham
The issue only affects master; refs #23551.
2014-09-25Fixed #23551 -- Fixed bash autocompletion crash on Python 3.Marco Buttu
2014-09-24Added my bio to team.txtMichael Manfre
2014-09-24Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the ↵Tim Graham
wrong migrations." This reverts commit abcf28a07695a45cb5fb15b81bffc97bea5e0be3.
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
Thanks gkoller for the report.
2014-09-24Fixed #22959 -- Documented that class-based validators need to be ↵Markus Holtermann
deconstructible.
2014-09-24Fixed #23473 -- Documented that @deconstructible classes need __eq__.Markus Holtermann
2014-09-24Corrected --noinput docs for makemigrations; refs #23407.Tim Graham
2014-09-24Added SuspiciousOperation to list of caught exceptions in testing docs.Thomas Grainger
2014-09-24Fixed #23426 -- Don't require double percent sign in RunSQL without parametersMarkus Holtermann
2014-09-24Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to ↵Justin Caratzas
GenericInlineModelAdmin.
2014-09-24Changed Oracle test-user creation to grant privileges instead of rolesShai Berger
because the roles (specifically RESOURCE) are deprecated. Also added optional support for creating views in tests, and made an introspection test fail (rather than skip) if a view cannot be created due to lacking privileges. Refs #18782 Thanks Tim Graham for review, and Josh Smeaton
2014-09-23Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-23Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-22Fixed #23535 -- Updated tutorial to account for default filter added in ↵velis74
5ea34f3f86.
2014-09-22Fixed #23532 -- Fixed Macedonian locale date formatsDejan Noveski
2014-09-21Fixed #23512 -- Made migration docs about initial_data clearerOla Sitarska
Thanks @abhillman and @Markush2010 for submitting the ticket.
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
Thanks to @aaugustin for submitting the ticket.
2014-09-21Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-21Fixed #23530 -- Specified PyYAML requirement in initial-data.txtClaude Paroz
Thanks aks for the report.
2014-09-20Small fixes in templates topic guide.Aymeric Augustin
>>> from django.template.defaultfilters import register >>> len(register.filters) 57
2014-09-19Don't recommend using sudo when installing uwsgiMatt Robenolt
2014-09-19Fixed a formatting issue in the 1.7 release notes.Aymeric Augustin
2014-09-18Fixed #23488 -- Added AnonymousUser.get_username().Damien Baty
2014-09-17Updated release notes for backporting locale additions; refs #23368 and #23417.Tim Graham
2014-09-17Fixed #21775 -- Allowed customization of datafile for Oracle tablespaceJosh Smeaton
2014-09-17Fixed #23491 -- Clarified tutorial 3.Tim Graham
Thanks diek for the suggestion.
2014-09-17Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
2014-09-16Moved some people to "past team members".Tim Graham
2014-09-16Fixed typo in docs/internals/roles.txt and added words to spelling_wordlist.Tim Graham
2014-09-16Added 1.7.1 release notes for refs #23492.Tim Graham
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
Uses native support in postgres, and char(32) on other backends.
2014-09-15Fixed #23486 -- Corrected makemigrations output in tutorial 1.Tim Graham
Thanks nmarler for the report.
2014-09-15Fixed #23474 -- Prevented migrating backwards from unapplying the wrong ↵valtron
migrations.
2014-09-15Move my bio to "Past team members" section whilst I'm inactive.Simon Meers
2014-09-13Fixed broken link in 1.7 release notes.Tim Graham
2014-09-13Fixed #23466 -- Removed seconds from all locale time output formats.Malte Beckmann
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-13Forwardported 1.4.16 release notes.Tim Graham
2014-09-13Added 1.7.1 release notes for refs #23483.Tim Graham
2014-09-12Added ops team to roles.txt.Tim Graham
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
Thanks Carl Meyer for django-secure and for reviewing. Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and Jorge Carleitao for reviews.
2014-09-11Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ↵Tim Graham
rather than datetime. Thanks igorcc for the report.
2014-09-11Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10Added some items to the 1.7.1 release notes.Tim Graham
2014-09-10Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
Thanks jwmayfield, serg.partizan, and Wojciech Banaś for work on the patch.
2014-09-10Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.Malte Beckmann