<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/text.py, branch archive/soc2010/query-refactor</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-08-09T21:22:37Z</updated>
<entry>
<title>[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts</title>
<updated>2010-08-09T21:22:37Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2010-08-09T21:22:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6001ba016a3db4701d56abc6d30868d4e5d88dbf'/>
<id>urn:sha1:6001ba016a3db4701d56abc6d30868d4e5d88dbf</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. Thanks, emulbreh.</title>
<updated>2010-02-24T20:52:14Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-02-24T20:52:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c8cd8b80aa90f463814e1957d26e4a11f2f94414'/>
<id>urn:sha1:c8cd8b80aa90f463814e1957d26e4a11f2f94414</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6799 - added an `end_text` argument to `truncate_words`/`truncate_html_words`.</title>
<updated>2010-02-14T18:36:48Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2010-02-14T18:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1d078be448ab45f5e865f50053a23705023e3c53'/>
<id>urn:sha1:1d078be448ab45f5e865f50053a23705023e3c53</id>
<content type='text'>
This allows customizing the standard "..." end text. Yes, this is technically a
feature sneaking in after the deadline, but I just couldn't bring myself to punt
it again: we already used that excuse for not getting it into 1.1.

Thanks to Adam Fast and Travis Cline for work on this patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12613 -- Added Q and Z to the list of characters supported by the phone2numeric filter. Thanks to gabrielhurley for the report and patch.</title>
<updated>2010-02-13T14:36:21Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-02-13T14:36:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e5836dc0791127ce1b15e1063a41a52649507b7'/>
<id>urn:sha1:0e5836dc0791127ce1b15e1063a41a52649507b7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12425 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion</title>
<updated>2010-01-10T18:36:20Z</updated>
<author>
<name>Adrian Holovaty</name>
<email>adrian@holovaty.com</email>
</author>
<published>2010-01-10T18:36:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ceed0a05388079118319940acdb2abe4ee01de6'/>
<id>urn:sha1:5ceed0a05388079118319940acdb2abe4ee01de6</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9315 -- Handle spaces in URL tag arguments.</title>
<updated>2009-04-10T04:13:27Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-04-10T04:13:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be4a83c4483501102afbfd786100e46ed06cc05c'/>
<id>urn:sha1:be4a83c4483501102afbfd786100e46ed06cc05c</id>
<content type='text'>
Thanks Natalia Bidart and Matías Bordese for most of this patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10462 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10254: Changed the regex in get_valid_filename to allow unicode alphanumerics (thanks gulliver).  Also updated the file_uploads test for this case to check the name after saving the uploaded file. As it was the test ensured that files with unicode characters in their names could be uploaded, but it wasn't actually ensuring that the unicode characters were preserved through save.  </title>
<updated>2009-04-04T17:34:58Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2009-04-04T17:34:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=668bc4f7bef79c7177bfa5b7dabd1403e0d6fa30'/>
<id>urn:sha1:668bc4f7bef79c7177bfa5b7dabd1403e0d6fa30</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10655 -- Who uses 5-space indentation anyways?  Thanks to Andrew Badr for the ticket &amp; patch.</title>
<updated>2009-03-30T03:03:37Z</updated>
<author>
<name>Justin Bronn</name>
<email>jbronn@gmail.com</email>
</author>
<published>2009-03-30T03:03:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9b00b87cf2b8a02fdb2595cd0e9bd37d1f7ab32e'/>
<id>urn:sha1:9b00b87cf2b8a02fdb2595cd0e9bd37d1f7ab32e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added consistent support for double- and single-quote delimiters in templates.</title>
<updated>2009-03-23T09:40:25Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2009-03-23T09:40:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a6f429e37e7fe9cf8801c8fbce4c40af7e0cec0c'/>
<id>urn:sha1:a6f429e37e7fe9cf8801c8fbce4c40af7e0cec0c</id>
<content type='text'>
Some template filters and tags understood single-quoted arguments, others
didn't. This makes everything consistent. Based on a patch from akaihola.

Fixed #7295.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8710: removed a few stray tabs. Thanks, gkelly.</title>
<updated>2008-08-30T19:25:40Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-30T19:25:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2d7ee759a8f17c70e8a924b6da30f86feee50ae'/>
<id>urn:sha1:f2d7ee759a8f17c70e8a924b6da30f86feee50ae</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
