summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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-27[1.7.x] Fixed #22526 -- Added note about check() method to 1.7 release notes.Tim Graham
Thanks kevin-brown for the report. Backport of 8905fcbda6 from master
2014-04-26[1.7.x] Documented django.setup().Aymeric Augustin
Thanks Eric Holscher and Tim Graham for the review. Backport of 58ed387 from master
2014-04-26[1.7.x] Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
Avoided introducing a new regex-based SQL splitter in the migrations framework, before we're bound by backwards compatibility. Adapted this change to the legacy "initial SQL data" feature, even though it's already deprecated, in order to facilitate the transition to migrations. sqlparse becomes mandatory for RunSQL on some databases (all but PostgreSQL). There's no API to provide a single statement and tell Django not to attempt splitting. Since we have a more robust splitting implementation, that seems like a good tradeoff. It's easier to add a new keyword argument later if necessary than to remove one. Many people contributed to both tickets, thank you all, and especially Claude for the review. Refs #22401. Backport of 8b5b199 from master
2014-04-26[1.7.x] Specified 'csv and unicode' note as Python 2 onlyClaude Paroz
Backport of 2128b3a6 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 a confusing heading in applications docs.Aymeric Augustin
Refs #22422. Backport of 0315f01 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 #22422 -- Moved information about the application loading ↵Víðir Valberg Guðmundsson
process to refs/applications.txt. Backport of deb561bbe2 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-25[1.7.x] Fixed #22516 -- Added versionchanged annotation for STATIC_ROOT ↵Malcolm Box
default value.
2014-04-25[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created ↵Tim Graham
after a user password change in the admin. Thanks ross at servercode.co.uk for the report. Backport of 9e7f86b890 from master
2014-04-24[1.7.x] Renamed Transifex project from django-core to djangoClaude Paroz
See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex Backport of 7c24027ba from master.
2014-04-23[1.7.x] Fixed #22486 -- Restored the ability to reverse views created using ↵Tim Graham
functools.partial. Regression in 8b93b31487d6d3b0fcbbd0498991ea0db9088054. Thanks rcoup for the report. Backport of 3c06b2f2a3 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-22[1.7.x] Added 1.6.4 release note stub.Tim Graham
Backport of 9fb95dfc9f from master
2014-04-21[1.7.x] Update for 1.7b2 security release.1.7b2James Bennett
2014-04-21[1.7.x] Added information on resolved security issues to release notes.Erik Romijn
Backport of c07f3e60c2d455e36ba4ac339d4283d32bbc3814 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-21[1.7.x] Corrected the section identifier for MySQL unicode reference.Matt Lauber
Backport of b2514c02e1 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] Moved RemoteUserBackend documentation to reference guide.Tim Graham
Backport of 26d118c3fe from master
2014-04-18[1.7.x] Fixed #22458 -- Added a note about MySQL utf8_unicode_ci collationMoayad Mardini
Thanks tobami at gmail.com for the report. Backport of 11ac50b18e from master
2014-04-18[1.7.x] Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.Tim Graham
Backport of 6b2ce38c49 from master
2014-04-18[1.7.x] Fixed #22473 -- Emphasized that Model.clean() is not called from ↵Tim Graham
Model.save(). Backport of b43bbd6d39 from master
2014-04-18[1.7.x] Added some missing items to the 1.6.3 release notes.Tim Graham
Backport of c2b269df6e from master
2014-04-18[1.7.x] Fixed #22471 -- Corrected misprint in i18n docsErik Romijn
Backport of 54d5c37de6572eae57a66339bb38719e681cee82 from master.
2014-04-17[1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated.Tim Graham
Thanks Karen Tracey for the report. Backport of a4acb80463 from master
2014-04-17[1.7.x] Confirmed support for PostGIS 2.1 and GDAL 1.10Claude Paroz
Refs #22456. Backport of 3cea917e3e from master.
2014-04-16[1.7.x] Fixed #22220 -- Added more examples to reverse() documention.Ben Davis
Thanks EvilDMP for the suggestions. Backport of 030dd4f72c 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 #22457 -- Fixed contributing guide w/o github set-upJordi Yeh
The published commnand was not working when the user did not have the git client set-up with the public-key. Changed the contributing guide to clone it from https instead. Backport of 28102991172ab931d030412275f926c1b05c688d 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] Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham
Thanks Eugenio Cano-Manuel. Backport of eefad142de 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-16[1.7.x] Added RemoteUserMiddleware to middleware reference page.Tim Graham
Backport of 465980d070 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-15[1.7.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.Tim Graham
Thanks zjcheah at yahoo.com for the report. Backport of 0f37d2e4c0 from master
2014-04-14[1.7.x] Improve migrations/schema docsAndrew Godwin
2014-04-13[1.7.x] Fixed #22398 -- Added detail about callable in KEY_FUNCTION docsarachnegl
Backport of 8da86fd19b from master
2014-04-13[1.7.x] Fixed #21760 -- prefetch_related used an inefficient query for ↵valtron
reverse FK. Regression introduced by commit 9777442. Refs #21410. Backport of d3b71b976d from master
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