I Use This!
Very High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed syntax error in [2639] More... about 18 years ago
Changed settings imports from [2639] to use 'from django.conf import settings', to make it easier to merge to magic-removal More... about 18 years ago
Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac More... about 18 years ago
Fixed #1588 -- Fixed typo in docs/url_dispatch.txt More... about 18 years ago
fixed #1581 - added new hebrew translation More... about 18 years ago
fixed #1587 - added new ukrainian translation. More... about 18 years ago
Fixed #1557 in trunk More... about 18 years ago
Fixed #1550 -- Changed MatchesRegularExpression validator to use .search(), not .match(). Thanks, Gary Wilson More... about 18 years ago
Removed legacy password_md5 stuff from docs/authentication.txt More... about 18 years ago
Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ejf-django More... about 18 years ago
Added missing file from [2579]. Refs #1442 More... about 18 years ago
Fixed #1442 -- Fixed multithreading problem with various database backends. Thanks, Eugene Lazutkin More... about 18 years ago
Fixed #1539 in trunk More... about 18 years ago
Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_choice_list(), each choice in clist has its poll cache filled. Thanks, Ned Batchelder More... about 18 years ago
Clarified docs/email.txt. Thanks, Poromenos More... about 18 years ago
Clarified psycopg version in docs/install.txt More... about 18 years ago
Fixed #1546 -- Fixed bad links in docs/templates_python.txt. More... about 18 years ago
Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, burivuh More... about 18 years ago
Fixed typo in docs/outputting_pdf.txt. Thanks, Paul More... about 18 years ago
Added note to docs/model-api.txt about custom WHERE clauses More... about 18 years ago
Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Thanks, Bruce Kroeze More... about 18 years ago
Fixed typo in docs/generic_views.txt. Thanks, pbx More... about 18 years ago
Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola and Andy Dustman More... about 18 years ago
fixed #1520 - added new greek translation More... about 18 years ago
fixed #1521 - new slovenian translation More... about 18 years ago
Fixed bug in [2531]. Thanks, Ned More... about 18 years ago
Simplified two unnecessary list comprehensions in core/meta/__init__.py. Thanks, Ned Batchelder More... about 18 years ago
Changed django.utils.cache.patch_response_headesr to move unnecessary calculation of 'expires' into the 'if' statement More... about 18 years ago
Updated 1.0 date in docs/faq.txt More... about 18 years ago
Fixed typo in docs/flatpages.txt. Thanks, Anders Hovmöller More... about 18 years ago