summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2014-05-13[1.7.x] Fixed typo in transactions.txtHaris Ibrahim K. V
Backport of f2a8e47cfd from master
2014-05-06[1.7.x] Improve docs around deconstruction/serialisation (refs #22337)Andrew Godwin
2014-05-05[1.7.x] Fixed #22575 -- Fixed typo in ↵Tim Graham
docs/topics/class-based-views/generic-editing.txt. Thanks adminq80 at gmail.com. Backport of 87776859af from master
2014-04-30[1.7.x] Fixed #22442 -- Provided additional documentation regarding id ↵Tim Graham
fields clashing. Thanks benjaoming for raising the issue and Loic for the examples. Backport of 8ec388a69d from master
2014-04-29[1.7.x] Fixed #22523 -- Clarified pytz requirement.Aymeric Augustin
Thanks z for the report and timo for the proposal. Backport of 0fb7570 from master
2014-04-28[1.7.x] Revert "Fixed #15179 -- middlewares not applied for test client login()"Tim Graham
This reverts commit 4fdd51b73240bf9c8d9472fcc45df699f0714755. See the ticket for concerns with this implementation; it will be revisited. Backport of aabceadd7d from master
2014-04-28[1.7.x] Fixed #22254 -- Noted the requirement of calling django.setup() when ↵Tim Graham
running Thanks Peter Landry for the report. Backport of 26b03f2526 from master
2014-04-28[1.7.x] Fix a typo in logging.txtZhaorong Ma
Backport of dd3f3e4e89 from master
2014-04-28[1.7.x] Fixed #22497 -- Highlighted difference between field and class ↵Tim Graham
deconstruction. Thanks nliberg for the suggestion. Backport of b829d53b37 from master
2014-04-27[1.7.x] Fixed #22445 -- Added how to perform a reverse data migration to ↵Tim Graham
topic guide. Thanks Karen Tracey for the report. Backport of 1ce759b69f from master
2014-04-27[1.7.x] Improved formatting and links of migration docs.Tim Graham
Backport of ab8d8e00c9 from master
2014-04-26[1.7.x] Updated doc links to point to Python 3 documentationClaude Paroz
Backport of 680a0f08b from master.
2014-04-25[1.7.x] Fixed #22507 -- Clarified nature of the sender argument of signalsClaude Paroz
Backport of d1f93e9c1e from master.
2014-04-25[1.7.x] Fixed #22504 -- Corrected domain terminology in security guide.Tim Graham
Thanks chris at chrullrich.net. Backport of f65eb15ac6 from master
2014-04-25[1.7.x] Fixed #22493 - Added warnings to raw() and extra() docs about SQL ↵Moayad Mardini
injection Thanks Erik Romijn for the suggestion. Backport of 3776926cfe from master
2014-04-22[1.7.x] Various documentation typo/spelling fixesMarti Raudsepp
Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. Backport of 11d453bcad from master
2014-04-22[1.7.x] Updated grammar in description of django.contrib.auth.Ray Ashman
Backport of 9853779805 from master
2014-04-21[1.7.x] Fixed queries that may return unexpected results on MySQL due to ↵Erik Romijn
typecasting. This is a security fix. Disclosure will follow shortly. Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
2014-04-19[1.7.x] Fixed #22417 -- Added additional documentation for refs #16969.Tim Graham
Thanks Jon Foster for the report. Backport of 1b3a3fc1e4 from master
2014-04-18[1.7.x] Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
2014-04-16[1.7.x] Fixed #22455 -- Documented return values for send_mail and ↵Mariano Rezk
send_mass_mail Backport of 7cd74fc96ee982acfed7a98e76d4623eabde146d from master.
2014-04-16[1.7.x] Fixed spelling errors in documentation.Tim Graham
Backport of b5ce21accb from master
2014-04-16[1.7.x] Added a note regarding django.contrib.auth.authenticate.Tim Graham
Thanks Josh Brown for the suggestion. Backport of ae5b662796 from master
2014-04-15[1.7.x] Fixed #22443 -- Document smtp.EmailBackend.timeout default valueMariano Rezk
Django 1.7 introduces a new timeout parameter for the SMTP email backend: http://docs.djangoproject.com/en/dev/topics/email/#django.core.mail.backends.smtp.EmailBackend.timeout However, there was no mention of the default value for this parameter. Backport of 4e3d8ae61055dbb83d193585f2f36af6537b31cc from master.
2014-04-14[1.7.x] Improve migrations/schema docsAndrew Godwin
2014-04-12[1.7.x] Also allowed a non-overridden setting to be deletedClaude Paroz
Refs #20032, #18824. Thanks ztorstri at gmail.com for the report. Backport of 3417ba0309 from master.
2014-04-12[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before ↵Claude Paroz
unittest.TestCase ones Thanks aptiko for the report and Tim Graham for the review. Backport of 3e3a7372f5 from master.
2014-04-10[1.7.x] Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.Tim Graham
Thanks Josh Kupershmidt. Backport of c487b1e230 from master
2014-04-10[1.7.x] Fixed #22343 -- Disallowed select_for_update in autocommit modeShai Berger
The ticket was originally about two failing tests, which are fixed by putting their queries in transactions. Thanks Tim Graham for the report, Aymeric Augustin for the fix, and Simon Charette, Tim Graham & Loïc Bistuer for review. Backport of b990df1d63 from master
2014-04-08[1.7.x] Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
Backport of d35d2f61c5 from master
2014-04-08[1.7.x] Fixed #9535 -- Added a reference guide for file upload classes.Anubhav Joshi
Backport of c8c2b8a638 from master
2014-04-05[1.7.x] Fixed #22216 -- Added Form.non_field_errors to form API doc.Tim Graham
Backport of d2f4553d705951ca8043d687f9493c559f494a0c from master
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user ↵Tim Graham
password changes. Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews. Backport of fd23c06023 from master
2014-04-02[1.7.x] Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal
Thanks nliberg for the report. Backport of ca93f02c62 from master
2014-03-30[1.7.x] Corrected an import in a model form docs example.Ramiro Morales
cb5dd99bb4 from master.
2014-03-27[1.7.x] Fixed #21941 -- Documented the kwargs param of django.conf.urls.url().Tim Martin
Thanks cjerdonek for the report. Backport of a779757706 from master
2014-03-24[1.7.x] Fixed #22048 - Enhanced docs to cover nonexistent one-to-one ↵Adam Kaliński
relationships. Thanks EvilDMP for the suggestion. Backport of ec08d62a20 from master
2014-03-24[1.7.x] Fixed #22247 -- Replaced "upstream" with "downstream" in cache docs.Tim Graham
Thanks valgarv at gmx.net for the report. Backport of 60d2dde286 from master
2014-03-24[1.7.x] Fixed #22265 -- Clarfied consistent behavior of migrations.Moayad Mardini
Thanks aruseni for the report. Backport of bff77e2aa8 from master
2014-03-17Amended login required mixin documentation to honor **initkwargs.Simon Charette
2014-03-17Fixed #22006 -- Documented how to write a login_required mixin for CBVs.Tim Graham
Thanks django at patjack.co.uk for the suggestion and mockforest for the draft patch.
2014-03-13Fixed #22262 -- Added the correct line in the last example of Translator linesDejan Noveski
2014-03-13Fixed a grammar error in topics/i18n/translation.Iain Dawson
Hooks are quantum; you can not have an amount of them.
2014-03-11Fixed #22217 - ManyToManyField.through_fields fixes.Akis Kesoglou
- Docs description of arguments mix up. - Keep it from erroneously masking E332 check. - Add checks E338 and E339, tweak message of E337.
2014-03-10Fixed #21875 -- Clarified that get_user_model() only works at run time.Aymeric Augustin
Thanks Benjamin White for the report.
2014-03-09Corrected a few missed references to old test settingsShai Berger
2014-03-05Fixed #14549 - Removed restriction of single FKs on intermediary tablesAkis Kesoglou
Thanks to Loic Bistuer for review. Minor changes to error messages done by committer.
2014-03-04Fixed #22085 -- Added a feature for setting non-expiring keys as the default.zedr
This feature allows the default `TIMEOUT` Cache argument to be set to `None`, so that cache instances can set a non-expiring key as the default, instead of using the default value of 5 minutes. Previously, this was possible only by passing `None` as an argument to the set() method of objects of type `BaseCache` (and subtypes).
2014-03-03Fixed #21986 -- Added some guidelines for database indexes.Alex de Landgraaf
Thanks django-issues at colons.co for the suggestion.
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho