summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-28Removed section in docs/templates_python.txt about Django 0.91Adrian Holovaty
2006-07-28Added docs/release_notes_0.95.txtAdrian Holovaty
2006-07-28Removed bug from [3461] -- __name__ is not assignableAdrian Holovaty
2006-07-28Added Jay Parlar to AUTHORS -- sorry I missed you the first time, Jay!Jacob Kaplan-Moss
2006-07-28Added 'Where can I find Django developers for hire?' to the FAQAdrian Holovaty
2006-07-28Fixed ReST error in docs/forms.txtAdrian Holovaty
2006-07-28Small clarifications to docs/forms.txt change from [3466]Adrian Holovaty
2006-07-28Small clarification to docs/templates.txt change from [3465]Adrian Holovaty
2006-07-28Added django.db.models.permalink decorator, which decorates a function that r...Adrian Holovaty
2006-07-28Added urlpatterns_reverse unit tests, which test the reverse lookup of URLsAdrian Holovaty
2006-07-28Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco...Adrian Holovaty
2006-07-28Added section to INSTALL about an alternative install method that avoids usin...Adrian Holovaty
2006-07-28Made some much-needed updates to AUTHORSAdrian Holovaty
2006-07-28Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph.Jacob Kaplan-Moss
2006-07-27Fixed #1653 -- added some documentation for FileFields/ImageFields. Thanks, ...Jacob Kaplan-Moss
2006-07-27Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss
2006-07-27Added notes on API stability in preparation for the 0.95 release.Jacob Kaplan-Moss
2006-07-27Fixed #2375 -- Changed password_reset auth view to make e-mail template name ...Adrian Holovaty
2006-07-27Fixed #2388 -- login_required decorator now preserves docstring and name of d...Adrian Holovaty
2006-07-27Changed output of django-admin.py --version to use a hyphen instead of parent...Adrian Holovaty
2006-07-27Added FAQ question 'I submitted a bug fix in the ticket system several weeks ...Adrian Holovaty
2006-07-27Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub...Adrian Holovaty
2006-07-27Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty
2006-07-27Fixed #2435 -- Fixed wording errors in Tutorial 4. Thanks, nicholas@aquarioni...Adrian Holovaty
2006-07-27Added 'Please do not put your name in the code' section to docs/contributing....Adrian Holovaty
2006-07-26Added note to docs/tutorial02.txt about which username to use in admin loginAdrian Holovaty
2006-07-26Fixed #2420 -- Fixed typo in docs/syndication_feeds.txtAdrian Holovaty
2006-07-25Made correction to a comment in django/template/loader_tags.pyAdrian Holovaty
2006-07-25Negligible formatting change to django/template/__init__.pyAdrian Holovaty
2006-07-25Added resolve() and reverse() helper functions to django.core.urlresolversAdrian Holovaty
2006-07-24Fixed typo in docs/i18n.txtAdrian Holovaty
2006-07-24Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txtAdrian Holovaty
2006-07-24Added note to docs/contributing.txt about post-commit hook, for the curiousAdrian Holovaty
2006-07-24Added 'Transactions in MySQL' section to docs/transactions.txtAdrian Holovaty
2006-07-24Added link to Luke Plant's current-user hack from docs/faq.txtAdrian Holovaty
2006-07-24Fixed adverse -> averse typo in docs/faq.txtAdrian Holovaty
2006-07-24Fixed legacy mention of DjangoContext in docs/templates_python.txtAdrian Holovaty
2006-07-23Fixed #2398 -- Updated ez_setup.py to version 0.6c1Adrian Holovaty
2006-07-23Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]...Adrian Holovaty
2006-07-22Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414).Malcolm Tredinnick
2006-07-22Fixed #2397 -- fixed markdown test to be a bit more lenient in what counts as aMalcolm Tredinnick
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed bug in comment feed turned up by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-21Fixed #1961 -- Made feed_url dynamic in syndication frameworkAdrian Holovaty
2006-07-21added tamil translation to the setupGeorg Bauer
2006-07-21fixed #2371: added tamil translationGeorg Bauer
2006-07-21Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to use attribute access ...Adrian Holovaty