Django

Code

Ticket #2306: 2306.diff

File 2306.diff, 444 bytes (added by Marc Fargas <telenieko@telenieko.com>, 1 year ago)

Just add a note on database backend notes.

  • docs/databases.txt

    old new  
    1919features as available as far back as 3.23. While it may be possible to use 
    20203.23 or 4.0, you'll probably have less trouble if you use 4.1 or 5.0. 
    2121 
     22MySQL 3.23 
     23---------- 
     24 
     25Many to many relations are handled with and explicit join which makes it be 
     26slower. 
     27 
    2228MySQL 4.1 
    2329--------- 
    2430