summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump legacy support branch to 0.95.4 for impending security releasestable/0.95.xJames Bennett2008-09-022-2/+2
* Security fix. Announcement forthcoming.Jacob Kaplan-Moss2008-09-022-40/+3
* Version bump 0.95.2 -> 0.95.3 for forthcoming security bugfix releaseJames Bennett2008-05-142-2/+2
* Backport [7521] to 0.95-bugfixes per security policy; announcement and securi...James Bennett2008-05-141-1/+2
* i18n security fix. Details will be posted shortly to the Django mailing lists...Jacob Kaplan-Moss2007-10-264-48/+79
* Backport generic-relations data loss fix from [4428]. Thanks to Malcolm for p...James Bennett2007-02-102-13/+49
* Missed a 0.95 -> 0.95.1 change in thereJames Bennett2007-01-211-1/+1
* 0.95-bugfixes: Update date in release notesJames Bennett2007-01-211-1/+1
* 0.95-bugfixes: Updated release notes to indicate new version and list changes...James Bennett2007-01-211-4/+25
* 0.95-bugfixes: Apply flup traceback suppression from [4170]James Bennett2007-01-201-1/+3
* 0.95-bugfixes: Update VERSION for impending 0.95.1 releaseJames Bennett2007-01-201-1/+1
* 0.95-bugfixes: Apply fix to LazyUser from [3754]James Bennett2007-01-201-6/+3
* 0.95-bugfixes: Apply security fix from [3592] and Windows compatibility for s...James Bennett2007-01-201-1/+11
* Created 0.95-bugfixes branch to apply security fixes for the 0.95 releaseJames Bennett2007-01-200-0/+0
* Tagged version 0.95 (changeset [3489])Adrian Holovaty2006-07-300-0/+0
* Formatted docs/api_stability.txt in our ReST format, with titlesAdrian Holovaty2006-07-291-1/+7
* Formatted docs/release_notes_0.95.txt in our ReST format, with titlesAdrian Holovaty2006-07-291-3/+8
* Added note to docs/templates.txt about same logical operatorAdrian Holovaty2006-07-291-0/+5
* Added some more stuff to docs/release_notes_0.95.txtAdrian Holovaty2006-07-281-0/+4
* Changed .91 to .95 in docs/install.txtAdrian Holovaty2006-07-281-11/+3
* Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo...Adrian Holovaty2006-07-281-0/+8
* Changed django.VERSION to (0, 95, None) to signify final 0.95 releaseAdrian Holovaty2006-07-282-2/+2
* Removed section in docs/templates_python.txt about Django 0.91Adrian Holovaty2006-07-281-15/+0
* Added docs/release_notes_0.95.txtAdrian Holovaty2006-07-281-0/+113
* Removed bug from [3461] -- __name__ is not assignableAdrian Holovaty2006-07-281-1/+0
* Added Jay Parlar to AUTHORS -- sorry I missed you the first time, Jay!Jacob Kaplan-Moss2006-07-281-0/+1
* Added 'Where can I find Django developers for hire?' to the FAQAdrian Holovaty2006-07-281-0/+10
* Fixed ReST error in docs/forms.txtAdrian Holovaty2006-07-281-3/+3
* Small clarifications to docs/forms.txt change from [3466]Adrian Holovaty2006-07-281-7/+14
* Small clarification to docs/templates.txt change from [3465]Adrian Holovaty2006-07-281-5/+6
* Added django.db.models.permalink decorator, which decorates a function that r...Adrian Holovaty2006-07-281-0/+12
* Added urlpatterns_reverse unit tests, which test the reverse lookup of URLsAdrian Holovaty2006-07-281-0/+47
* Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco...Adrian Holovaty2006-07-281-2/+2
* Added section to INSTALL about an alternative install method that avoids usin...Adrian Holovaty2006-07-281-2/+17
* Made some much-needed updates to AUTHORSAdrian Holovaty2006-07-281-3/+12
* Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph.Jacob Kaplan-Moss2006-07-282-4/+6
* Fixed #1653 -- added some documentation for FileFields/ImageFields. Thanks, ...Jacob Kaplan-Moss2006-07-271-0/+30
* Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss2006-07-273-6/+19
* Added notes on API stability in preparation for the 0.95 release.Jacob Kaplan-Moss2006-07-271-0/+117
* Fixed #2375 -- Changed password_reset auth view to make e-mail template name ...Adrian Holovaty2006-07-272-5/+6
* Fixed #2388 -- login_required decorator now preserves docstring and name of d...Adrian Holovaty2006-07-271-0/+3
* Changed output of django-admin.py --version to use a hyphen instead of parent...Adrian Holovaty2006-07-271-5/+5
* Added FAQ question 'I submitted a bug fix in the ticket system several weeks ...Adrian Holovaty2006-07-271-0/+18
* Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub...Adrian Holovaty2006-07-271-0/+3
* Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty2006-07-272-25/+80
* Fixed #2435 -- Fixed wording errors in Tutorial 4. Thanks, nicholas@aquarioni...Adrian Holovaty2006-07-271-2/+2
* Added 'Please do not put your name in the code' section to docs/contributing....Adrian Holovaty2006-07-271-0/+4
* Added note to docs/tutorial02.txt about which username to use in admin loginAdrian Holovaty2006-07-261-1/+2
* Fixed #2420 -- Fixed typo in docs/syndication_feeds.txtAdrian Holovaty2006-07-261-1/+1
* Made correction to a comment in django/template/loader_tags.pyAdrian Holovaty2006-07-251-1/+1