summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-05-02Added 'Multiple view prefixes' section to docs/url_dispatch.txt. Thanks, Slow...Adrian Holovaty
2006-05-02Fixed #1059 -- Fixed off-by-one line number in heading of debug error pages.Adrian Holovaty
2006-05-02Fixed #1739 -- Fixed typo in link in docs/middleware.txtAdrian Holovaty
2006-05-02Fixed ReST error in docs/flatpages.txtAdrian Holovaty
2006-05-02Fixed more ReST errors in docsAdrian Holovaty
2006-05-02Fixed some ReST errors in docs/db-api.txtAdrian Holovaty
2006-05-02Fixed some ReST errors in docs/db-api.txtAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-27Removed docs/writing-apps-guide-outline.txt -- not sure what that was.Adrian Holovaty
2006-04-24Made small change to docs/generic_views.txt: 1 --> 01Adrian Holovaty
2006-04-21Added note to docs/modpython.txt about prefork MPM vs. worker MPMAdrian Holovaty
2006-04-14Fixed #1639 -- Small typo in docs/model-api.txt. Thanks, pbAdrian Holovaty
2006-04-13Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pbAdrian Holovaty
2006-04-13fixed #1526: updated slovak (sk) translationGeorg Bauer
2006-04-13Fixed #1628 -- Added note to docs/model-api.txt about admin ordering by only ...Adrian Holovaty
2006-04-13Added some examples to 'ordering' section of docs/model-api.txtAdrian Holovaty
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-04-12Fixed #1531 -- Fixed eager exception catching that caused the template system...Adrian Holovaty
2006-04-12Negligible spacing change to core/template/loader.pyAdrian Holovaty
2006-04-11Fixed #1569 -- Made streaming HttpResponse unicode-awareAdrian Holovaty
2006-04-11Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pbAdrian Holovaty
2006-04-11Removed unneeded 'import sys' from base.py handlerAdrian Holovaty
2006-04-11Fixed #1551 -- Improved base handler to not lose track of important exception...Adrian Holovaty
2006-04-11Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3Adrian Holovaty
2006-04-11Converted django.core.mail to use 'from django.conf import settings' instead ...Adrian Holovaty
2006-04-11Added note to docs/templates.txt about {% extends %} needing to be the first ...Adrian Holovaty
2006-04-10refs #1607 - updated hebrew translationGeorg Bauer
2006-04-10Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer er...Adrian Holovaty
2006-04-10Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use curso...Adrian Holovaty
2006-04-10Fixed syntax error in [2639]Adrian Holovaty
2006-04-10Changed settings imports from [2639] to use 'from django.conf import settings...Adrian Holovaty
2006-04-09Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty
2006-04-06Fixed #1588 -- Fixed typo in docs/url_dispatch.txtAdrian Holovaty
2006-04-06fixed #1581 - added new hebrew translationGeorg Bauer
2006-04-06fixed #1587 - added new ukrainian translation.Georg Bauer
2006-03-30Fixed #1557 in trunkAdrian Holovaty
2006-03-28Fixed #1550 -- Changed MatchesRegularExpression validator to use .search(), n...Adrian Holovaty
2006-03-28Removed legacy password_md5 stuff from docs/authentication.txtAdrian Holovaty
2006-03-28Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ...Adrian Holovaty
2006-03-28Added missing file from [2579]. Refs #1442Adrian Holovaty
2006-03-28Fixed #1442 -- Fixed multithreading problem with various database backends. T...Adrian Holovaty
2006-03-28Fixed #1539 in trunkAdrian Holovaty
2006-03-28Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_...Adrian Holovaty
2006-03-28Clarified docs/email.txt. Thanks, PoromenosAdrian Holovaty
2006-03-28Clarified psycopg version in docs/install.txtAdrian Holovaty
2006-03-27Fixed #1546 -- Fixed bad links in docs/templates_python.txt.Adrian Holovaty
2006-03-24Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, bu...Adrian Holovaty
2006-03-24Fixed typo in docs/outputting_pdf.txt. Thanks, PaulAdrian Holovaty