https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
aa51335 [0.91-bugfixes] Apply a modified version of the most recent fix from #106 git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@9661 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 December 2008, 20:11:18 UTC
7d3b409 [0.91-bugfixes] Fix a silly typo in the version number. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@9230 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 October 2008, 05:01:01 UTC
30d4c16 Bump legacy support branch to 0.91.3 for impending security release git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@8878 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 September 2008, 21:18:07 UTC
44debfe Security fix. Announcement forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@8877 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 September 2008, 21:10:00 UTC
f6c56d4 Version bump 0.91.1 -> 0.91.2 for forthcoming security bugfix release git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7532 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 May 2008, 04:16:31 UTC
6e657e2 Backport [7521] to 0.91-bugfixes per security policy; announcement and security bugfix release will be forthcoming. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7529 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 May 2008, 04:07:42 UTC
2c03839 [0.91-bugfixes] Fixed, once again, the stale-db connection problem. Seems [3725] wasn't applied to the wsgi handler git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7155 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 February 2008, 18:02:13 UTC
8bc36e7 i18n security fix. Details will be posted shortly to the Django mailing lists and the official weblog. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6605 bcc190cf-cafb-0310-a4f2-bffc1f526a37 26 October 2007, 19:52:04 UTC
613cfab 0.91-bugfixes: Backport [3066] and some related changes. Refs #1635, #106. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6474 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 October 2007, 18:47:11 UTC
9cd09e7 0.91-bugfixes: Minor improvement to [6468 git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6471 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 October 2007, 15:51:38 UTC
56c074f 0.91-bugfixes: Backport silent failure of date-related template filters git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6468 bcc190cf-cafb-0310-a4f2-bffc1f526a37 08 October 2007, 20:53:23 UTC
d797b34 0.91-bugfixes: Backport [3785] from Django trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6373 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 September 2007, 19:00:39 UTC
0417b0f 0.91-bugfixes: Revert previous, since it doesn't seem to actually solve the bug git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@5648 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 July 2007, 17:47:06 UTC
e6f09af 0.91-bugfixes: Fix problem parsing values from ManyToManyField with raw_id_admin. Thanks, Tom Tobin git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@5647 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 July 2007, 17:41:58 UTC
17e9880 0.91-bugfixes: Fixed #4651; UnicodeCursorWrapper should work with dictionaries of parameters now git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@5508 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 June 2007, 16:46:23 UTC
1680e87 0.91-bugfixes: Fixed a subtle bug with mutable default arguments to form fields. Thanks, Tom Tobin. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@5507 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 June 2007, 16:38:51 UTC
f63faca 0.91-bugfixes: fix lookup kwarg corruption in certain types of one-to-one listings. Thanks Tom Tobin for finally figuring this one out git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4936 bcc190cf-cafb-0310-a4f2-bffc1f526a37 05 April 2007, 18:36:04 UTC
32b733c 0.91-bugfixes: Table name needs to be pluralized in that query git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4714 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 March 2007, 17:12:10 UTC
d8b1717 0.91-bugfixes: Fix bad settings reference in comments feeds git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4713 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 March 2007, 15:46:36 UTC
18cf400 Backing out [4694] because it looks like the version on trunk caused problems git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4696 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2007, 22:43:44 UTC
f46f052 0.91-bugfixes: backporting [4693] as the other half of the fix in [4673] git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4694 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 March 2007, 17:42:47 UTC
8a0fa75 0.91-bugfixes: Fixed #999 by resolving name clash in the metasystem which could confuse manipulators about which fields they should follow. Refs #1808, #1826, #1839 and #2415, which are variations of this that persist in trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4673 bcc190cf-cafb-0310-a4f2-bffc1f526a37 07 March 2007, 17:03:43 UTC
02ca9fd 0.91-bugfixes: settings fix for backport in [4419] git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4453 bcc190cf-cafb-0310-a4f2-bffc1f526a37 30 January 2007, 19:06:08 UTC
d0672a7 0.91-bufixes: Backport [4244] for those using legacy Django with psycopg1 git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4419 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 January 2007, 19:57:41 UTC
f931905 0.91-bugfixes: Backport [3820] to 0.91-bugfixes, refs #2745. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4099 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 November 2006, 18:24:49 UTC
2823775 0.91-bugfixes: Backport [3820] to 0.91-bugfixes, refs #2745. git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4098 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 November 2006, 18:24:34 UTC
1fcef7a 0.91-bugfixes: Move request middleware into the handler's try/catch block so we can deal with exceptions it throws git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4097 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 November 2006, 18:16:36 UTC
3720a12 0.91-bugfixes: corrected version of previous (COMMENTS_FIRST_FEW is imported directly) git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3943 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 October 2006, 19:19:28 UTC
c08f81f 091-bugfixes: backporting fix in [3936] to 0.91-bugfixes git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3942 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 October 2006, 19:17:38 UTC
b457108 Fixed #1113, thanks to Jacob for spotting the deeper bug git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3935 bcc190cf-cafb-0310-a4f2-bffc1f526a37 25 October 2006, 20:25:54 UTC
e35be34 0.91-bugfixes: fix bad copy/paste in previous version of README git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3729 bcc190cf-cafb-0310-a4f2-bffc1f526a37 05 September 2006, 16:36:09 UTC
4b97347 0.91-bugfixes: changes in the README to provide more useful info on the branch and how it relates to Django proper git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3728 bcc190cf-cafb-0310-a4f2-bffc1f526a37 05 September 2006, 16:35:20 UTC
db2e70a 0.91-bugfixes: fix a problem on mod_python that could result in stale DB connections git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3725 bcc190cf-cafb-0310-a4f2-bffc1f526a37 05 September 2006, 16:03:02 UTC
d31e391 0.91-fixes: Fixed minor security hole in compile-messages.py. See trunk patch in [3592] git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3593 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 August 2006, 06:28:59 UTC
0d60669 0.91-bugfix: Fixed #1113, limit_choices_to on OneToOneField no longer breaks admin changelist git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3576 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2006, 02:59:41 UTC
b70c86c 0.91-bugfix: Fix typo in update to README git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3574 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2006, 01:39:33 UTC
06a3c04 Update README with info on new branch git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3573 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2006, 01:38:55 UTC
5623203 Created 0.91-bugfixes branch, for bug fixes to version 0.91, for people stuck with 0.91. Currently it's a copy of the pre-magic-removal notable moment tag git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3572 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 August 2006, 00:58:37 UTC
9a2f6a5 Created pre-magic-removal tag, so we have an easy way to switch back to the last pre-magic-removal Django code. git-svn-id: http://code.djangoproject.com/svn/django/tags/notable_moments/pre-magic-removal@2808 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 May 2006, 01:09:45 UTC
d5dbeaa Removed docs/writing-apps-guide-outline.txt -- not sure what that was. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2753 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 April 2006, 22:10:44 UTC
645aaba Made small change to docs/generic_views.txt: 1 --> 01 git-svn-id: http://code.djangoproject.com/svn/django/trunk@2746 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 April 2006, 01:21:29 UTC
0e40fb1 Added note to docs/modpython.txt about prefork MPM vs. worker MPM git-svn-id: http://code.djangoproject.com/svn/django/trunk@2719 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 April 2006, 16:59:14 UTC
40fee1b Fixed #1639 -- Small typo in docs/model-api.txt. Thanks, pb git-svn-id: http://code.djangoproject.com/svn/django/trunk@2698 bcc190cf-cafb-0310-a4f2-bffc1f526a37 14 April 2006, 14:17:56 UTC
5bb59ac Fixed #1632 -- Fixed typo in markup unit tests. Thanks, pb git-svn-id: http://code.djangoproject.com/svn/django/trunk@2695 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 April 2006, 13:16:05 UTC
d4c38fa fixed #1526: updated slovak (sk) translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2694 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 April 2006, 11:16:28 UTC
0bf620f Fixed #1628 -- Added note to docs/model-api.txt about admin ordering by only first field git-svn-id: http://code.djangoproject.com/svn/django/trunk@2690 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 April 2006, 01:46:08 UTC
4bcdb15 Added some examples to 'ordering' section of docs/model-api.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2689 bcc190cf-cafb-0310-a4f2-bffc1f526a37 13 April 2006, 01:45:15 UTC
00b3891 Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, Dexter git-svn-id: http://code.djangoproject.com/svn/django/trunk@2687 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 April 2006, 13:35:31 UTC
853ee34 Fixed #1531 -- Fixed eager exception catching that caused the template system to report a base template didn't exist when indeed it does exist but contains an {% include %} of a nonexisting template git-svn-id: http://code.djangoproject.com/svn/django/trunk@2681 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 April 2006, 03:31:03 UTC
c862e43 Negligible spacing change to core/template/loader.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@2680 bcc190cf-cafb-0310-a4f2-bffc1f526a37 12 April 2006, 03:29:41 UTC
63e7f20 Fixed #1569 -- Made streaming HttpResponse unicode-aware git-svn-id: http://code.djangoproject.com/svn/django/trunk@2675 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 April 2006, 13:43:29 UTC
a0485f5 Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pb git-svn-id: http://code.djangoproject.com/svn/django/trunk@2670 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 April 2006, 03:33:19 UTC
8ac114c Removed unneeded 'import sys' from base.py handler git-svn-id: http://code.djangoproject.com/svn/django/trunk@2668 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 April 2006, 03:30:10 UTC
51a6d81 Fixed #1551 -- Improved base handler to not lose track of important exception in case of exceptions within repr(). Thanks, Ned git-svn-id: http://code.djangoproject.com/svn/django/trunk@2667 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 April 2006, 03:29:01 UTC
8d70ed4 Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3 git-svn-id: http://code.djangoproject.com/svn/django/trunk@2665 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 April 2006, 03:23:03 UTC
cd7dbd8 Converted django.core.mail to use 'from django.conf import settings' instead of importing specific settings directly git-svn-id: http://code.djangoproject.com/svn/django/trunk@2664 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 April 2006, 03:19:57 UTC
f2aa710 Added note to docs/templates.txt about {% extends %} needing to be the first tag in the template. Thanks, Chris Chamberlin git-svn-id: http://code.djangoproject.com/svn/django/trunk@2660 bcc190cf-cafb-0310-a4f2-bffc1f526a37 11 April 2006, 02:59:48 UTC
30c72fa refs #1607 - updated hebrew translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2652 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 April 2006, 11:55:52 UTC
b9e40b1 Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRel git-svn-id: http://code.djangoproject.com/svn/django/trunk@2650 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 April 2006, 03:35:56 UTC
b8d8aca Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRel git-svn-id: http://code.djangoproject.com/svn/django/trunk@2649 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 April 2006, 03:34:47 UTC
e3e271f Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer error if they use ManyToMany instead of ManyToManyField git-svn-id: http://code.djangoproject.com/svn/django/trunk@2648 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 April 2006, 03:32:38 UTC
0162a3b Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use cursor.lastrowid instead of a separate SELECT statement. Thanks, Andy Dustman git-svn-id: http://code.djangoproject.com/svn/django/trunk@2645 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 April 2006, 00:32:42 UTC
bb2a38c Fixed syntax error in [2639] git-svn-id: http://code.djangoproject.com/svn/django/trunk@2642 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 April 2006, 00:12:56 UTC
3bb3402 Changed settings imports from [2639] to use 'from django.conf import settings', to make it easier to merge to magic-removal git-svn-id: http://code.djangoproject.com/svn/django/trunk@2640 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 April 2006, 00:01:59 UTC
bc4638d Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac git-svn-id: http://code.djangoproject.com/svn/django/trunk@2639 bcc190cf-cafb-0310-a4f2-bffc1f526a37 09 April 2006, 23:54:34 UTC
b0a60c1 Fixed #1588 -- Fixed typo in docs/url_dispatch.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2624 bcc190cf-cafb-0310-a4f2-bffc1f526a37 06 April 2006, 14:20:11 UTC
158aeb7 fixed #1581 - added new hebrew translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2623 bcc190cf-cafb-0310-a4f2-bffc1f526a37 06 April 2006, 09:58:05 UTC
3d8094f fixed #1587 - added new ukrainian translation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2622 bcc190cf-cafb-0310-a4f2-bffc1f526a37 06 April 2006, 09:52:06 UTC
b1599e5 Fixed #1557 in trunk git-svn-id: http://code.djangoproject.com/svn/django/trunk@2597 bcc190cf-cafb-0310-a4f2-bffc1f526a37 30 March 2006, 04:43:55 UTC
341d1eb Fixed #1550 -- Changed MatchesRegularExpression validator to use .search(), not .match(). Thanks, Gary Wilson git-svn-id: http://code.djangoproject.com/svn/django/trunk@2588 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 21:39:15 UTC
66e0485 Removed legacy password_md5 stuff from docs/authentication.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2587 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 21:37:59 UTC
b353103 Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ejf-django git-svn-id: http://code.djangoproject.com/svn/django/trunk@2582 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 17:46:53 UTC
1d64709 Added missing file from [2579]. Refs #1442 git-svn-id: http://code.djangoproject.com/svn/django/trunk@2580 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 17:40:19 UTC
67cbb5c Fixed #1442 -- Fixed multithreading problem with various database backends. Thanks, Eugene Lazutkin git-svn-id: http://code.djangoproject.com/svn/django/trunk@2579 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 17:39:53 UTC
3ff5b99 Fixed #1539 in trunk git-svn-id: http://code.djangoproject.com/svn/django/trunk@2578 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 17:31:04 UTC
1edef8e 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 git-svn-id: http://code.djangoproject.com/svn/django/trunk@2574 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 16:51:17 UTC
82df62b Clarified docs/email.txt. Thanks, Poromenos git-svn-id: http://code.djangoproject.com/svn/django/trunk@2573 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 16:32:24 UTC
0907a27 Clarified psycopg version in docs/install.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2572 bcc190cf-cafb-0310-a4f2-bffc1f526a37 28 March 2006, 16:30:39 UTC
9494d4b Fixed #1546 -- Fixed bad links in docs/templates_python.txt. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2569 bcc190cf-cafb-0310-a4f2-bffc1f526a37 27 March 2006, 20:13:59 UTC
332c4bd Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, burivuh git-svn-id: http://code.djangoproject.com/svn/django/trunk@2558 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 March 2006, 19:13:21 UTC
8b4dc34 Fixed typo in docs/outputting_pdf.txt. Thanks, Paul git-svn-id: http://code.djangoproject.com/svn/django/trunk@2553 bcc190cf-cafb-0310-a4f2-bffc1f526a37 24 March 2006, 02:28:47 UTC
5e06181 Added note to docs/model-api.txt about custom WHERE clauses git-svn-id: http://code.djangoproject.com/svn/django/trunk@2550 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2006, 23:06:22 UTC
fe24eca Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Thanks, Bruce Kroeze git-svn-id: http://code.djangoproject.com/svn/django/trunk@2548 bcc190cf-cafb-0310-a4f2-bffc1f526a37 22 March 2006, 19:47:15 UTC
e67f1a6 Fixed typo in docs/generic_views.txt. Thanks, pbx git-svn-id: http://code.djangoproject.com/svn/django/trunk@2545 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 March 2006, 20:04:24 UTC
ae224ef Fixed #1510 -- Fixed ReST error in docs/generic_views.txt. Thanks, akaihola and Andy Dustman git-svn-id: http://code.djangoproject.com/svn/django/trunk@2543 bcc190cf-cafb-0310-a4f2-bffc1f526a37 21 March 2006, 15:32:57 UTC
7322103 fixed #1520 - added new greek translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2536 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 March 2006, 10:38:41 UTC
f21b75a fixed #1521 - new slovenian translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2535 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 March 2006, 10:35:14 UTC
401b83f Fixed bug in [2531]. Thanks, Ned git-svn-id: http://code.djangoproject.com/svn/django/trunk@2533 bcc190cf-cafb-0310-a4f2-bffc1f526a37 20 March 2006, 01:04:09 UTC
33c4e30 Simplified two unnecessary list comprehensions in core/meta/__init__.py. Thanks, Ned Batchelder git-svn-id: http://code.djangoproject.com/svn/django/trunk@2531 bcc190cf-cafb-0310-a4f2-bffc1f526a37 19 March 2006, 23:41:59 UTC
426e722 Changed django.utils.cache.patch_response_headesr to move unnecessary calculation of 'expires' into the 'if' statement git-svn-id: http://code.djangoproject.com/svn/django/trunk@2528 bcc190cf-cafb-0310-a4f2-bffc1f526a37 17 March 2006, 17:21:26 UTC
a05e05a Updated 1.0 date in docs/faq.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@2523 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2006, 02:58:25 UTC
b6fb434 Fixed typo in docs/flatpages.txt. Thanks, Anders Hovmöller git-svn-id: http://code.djangoproject.com/svn/django/trunk@2522 bcc190cf-cafb-0310-a4f2-bffc1f526a37 16 March 2006, 02:57:30 UTC
20af3fd Fixed #1486 -- Fixed broken link in docs/settings.txt. Thanks, paul.amor git-svn-id: http://code.djangoproject.com/svn/django/trunk@2509 bcc190cf-cafb-0310-a4f2-bffc1f526a37 10 March 2006, 03:26:31 UTC
5beb39b Fixed #1457 -- Added support for if-modified-since header in django.views.static. Thanks, Shannon -jj Behrens git-svn-id: http://code.djangoproject.com/svn/django/trunk@2476 bcc190cf-cafb-0310-a4f2-bffc1f526a37 03 March 2006, 04:53:04 UTC
cffd184 fixed #1446: updated traditional chinese translation git-svn-id: http://code.djangoproject.com/svn/django/trunk@2473 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 March 2006, 13:51:43 UTC
e4b48a8 Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranholland.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@2471 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 March 2006, 05:53:58 UTC
e72a6b1 Fixed #1431 -- Removed unneeded line in contrib.admin.templatetags.admin_list. Thanks, salmon@eight.nl git-svn-id: http://code.djangoproject.com/svn/django/trunk@2468 bcc190cf-cafb-0310-a4f2-bffc1f526a37 02 March 2006, 05:07:22 UTC
517b4a9 fixed #1432: updated russian translations git-svn-id: http://code.djangoproject.com/svn/django/trunk@2456 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 March 2006, 16:54:59 UTC
6d9f4e4 Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to prevent possible (but highly unlikely) collisions. Thanks, akaihola git-svn-id: http://code.djangoproject.com/svn/django/trunk@2454 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 March 2006, 03:51:55 UTC
6330e28 Fixed #1399 -- Added template_object_name hook to generic views. Thanks, ChaosKCW git-svn-id: http://code.djangoproject.com/svn/django/trunk@2453 bcc190cf-cafb-0310-a4f2-bffc1f526a37 01 March 2006, 03:37:57 UTC
back to top