Adrian Holovaty
|
48234a0925
|
Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatetag %} templatetag. Thanks for the patch, Jeong-Min Lee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-10-27 01:58:13 +00:00 |
Adrian Holovaty
|
60b46d72ac
|
Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the patch, mccutchen@gmail.com and Hawkeye
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-10-24 21:30:38 +00:00 |
Adrian Holovaty
|
ef111a4434
|
Overdue, but added Meir Kriheli to AUTHORS -- he contributed bidi support
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-10-19 15:57:07 +00:00 |
Russell Keith-Magee
|
fa4bb1b093
|
Clarified documentation to indicate that authenticating a user doesn't imply that they are active. Reinforced the fact that has_perm only returns true if user is active, and fixed a minor bug to that effect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3885 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-30 01:21:03 +00:00 |
Malcolm Tredinnick
|
6068f3e4cb
|
Reintroduced the changes from [3855] with more flexible handling of version
strings. Refs #2188, #2827.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-27 02:42:31 +00:00 |
Adrian Holovaty
|
38d80f8894
|
Fixed #2827 -- Reverted [3855]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-26 16:11:13 +00:00 |
Russell Keith-Magee
|
f5b1da1960
|
Added Tyson as contributor following help on #1816/#2243.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-26 13:23:12 +00:00 |
Malcolm Tredinnick
|
4e76727fec
|
Fixed #2188 -- Raise an error when using long CharFields in combination with
older MySQL versions. Thanks, Fraser Nevett <mail@nevett.org> .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-26 10:46:34 +00:00 |
Malcolm Tredinnick
|
5371ee1743
|
Fixed #2194 -- Tweaked error message for unique_together validator to display
all verbose field names. Patch from dackze+django@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3854 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-26 10:19:40 +00:00 |
Malcolm Tredinnick
|
9c0568e21e
|
Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-26 07:26:07 +00:00 |
Malcolm Tredinnick
|
4ed82677be
|
Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type
in the related model. Thanks, Joel Heenan.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-26 02:58:36 +00:00 |
Malcolm Tredinnick
|
5b490bba93
|
Fixed #2771 -- Tweaked Django's doctest module so that it also works with
Python 2.5. Thanks, ymasuda.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 02:33:28 +00:00 |
Malcolm Tredinnick
|
a6a4e9b244
|
Fixed #2674 -- Added stricter date validation so that things like 2006-11-31
are caught. Thanks, Gary Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-24 12:09:32 +00:00 |
Malcolm Tredinnick
|
ff47dc6ba0
|
Fixed #2600 -- Added an option to allow serving admin media from a custom path
with dev server. Thanks, adurdin@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-24 08:17:47 +00:00 |
Malcolm Tredinnick
|
28fad23a3f
|
A corrected version of r3805.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3807 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-23 13:53:02 +00:00 |
Malcolm Tredinnick
|
12273fa947
|
Reverting r3805 whilst I track down a potential problem with it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-23 13:04:37 +00:00 |
Malcolm Tredinnick
|
6a12d767d4
|
Fixed #2613 -- Fixed an easily triggered memory error in file uploads for WSGI.
Thanks Jeong-Min Lee.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3805 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-23 12:41:19 +00:00 |
Malcolm Tredinnick
|
bd4c22be0b
|
Fixed #2454 -- Make "ifchanged" tag work more predictably inside nested
for-loops. Thanks, dummy@habmalnefrage.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-23 09:49:58 +00:00 |
Malcolm Tredinnick
|
26954aa3d0
|
Fixed #2790 -- Removed duplicate entry.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-22 13:46:11 +00:00 |
Malcolm Tredinnick
|
d8b84cac91
|
Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-22 13:26:07 +00:00 |
Malcolm Tredinnick
|
96bc9ec79d
|
Fixed #2520 -- Fixed a problem with invalid SQL being generated by admin
interface in certain circumstances. Patch from favo@exoweb.net.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-22 13:10:46 +00:00 |
Malcolm Tredinnick
|
0fee26935d
|
Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP
addresses can now use bookmarklets. Thanks, Maximillian Dornseif.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-22 03:17:28 +00:00 |
Malcolm Tredinnick
|
3cf67a9920
|
Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks,
heckj@mac.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-22 01:54:10 +00:00 |
Malcolm Tredinnick
|
e947fb2111
|
Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-21 13:30:01 +00:00 |
Adrian Holovaty
|
ecf6a35112
|
Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbaut@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-11 18:41:05 +00:00 |
Adrian Holovaty
|
eaaebf5752
|
Added ant9000@netwise.it to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-11 18:39:11 +00:00 |
Russell Keith-Magee
|
cfe77946d7
|
Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially with regards to filtering of invalid values. Modified unit tests to test both empty and non-empty values for TEMPLATE_STRING_IF_INVALID. Thanks to SmileyChris for identifying and helping to resolve this bug.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3714 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-04 14:02:11 +00:00 |
Adrian Holovaty
|
44dabecf6e
|
Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan Watson
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-31 23:13:59 +00:00 |
Adrian Holovaty
|
1d8db5ad89
|
Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Python 2.4 built-in dict. Thanks for the patch, Pete Shinners
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3692 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-31 21:51:19 +00:00 |
Adrian Holovaty
|
efa19ae8a7
|
Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documentation. Thanks, Andy Dustman.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3601 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-18 02:48:34 +00:00 |
Adrian Holovaty
|
9cd0c333d6
|
Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correctly. Thanks, crankycoder@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-12 05:15:25 +00:00 |
Adrian Holovaty
|
23964a7b9a
|
Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to double-escape them. Thanks, tom@eggdrop.ch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-11 05:20:31 +00:00 |
Adrian Holovaty
|
caa51f4444
|
Fixed #2517 -- Improved inspectdb to handle table column names that contain spaces. Thanks, Karen Tracey
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-10 16:58:26 +00:00 |
Adrian Holovaty
|
350a4a4592
|
Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simon Greenhill
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-02 15:05:51 +00:00 |
Adrian Holovaty
|
1a428ec9b8
|
Fixed #2370 -- It's now possible to pass default URLconf arguments to include(). Added docs, as well. Thanks for the patch, martin.glueck@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-01 02:57:08 +00:00 |
Jacob Kaplan-Moss
|
0fb270a0dc
|
Added Jay Parlar to AUTHORS -- sorry I missed you the first time, Jay!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-28 20:48:26 +00:00 |
Adrian Holovaty
|
9345c85e97
|
Made some much-needed updates to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-28 02:06:20 +00:00 |
Adrian Holovaty
|
c1847294b8
|
Fixed #2301 -- Added list_display_links option to 'class Admin', which regulates which fields in the change list have links. Thanks, kilian
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-10 04:16:26 +00:00 |
Adrian Holovaty
|
49e5f5450d
|
Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-07 04:06:00 +00:00 |
Adrian Holovaty
|
32228d2031
|
Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, jcrasta@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-20 05:24:19 +00:00 |
Adrian Holovaty
|
551a0272e6
|
Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_related behind the scenes to avoid multiple queries. Thanks, konrad@gwu.edu
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-20 03:08:48 +00:00 |
Adrian Holovaty
|
ff4636716c
|
Added ckknight to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3102 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-07 06:09:43 +00:00 |
Adrian Holovaty
|
fa9722489b
|
Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropped columns. Thanks, Chris Chamberlin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-01 16:27:41 +00:00 |
Adrian Holovaty
|
0fd9eef86f
|
Fixed #1935 -- Initial SQL data now works in SQLite if there are multiple statements. Thanks, jpellerin@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-26 05:20:21 +00:00 |
Adrian Holovaty
|
d4f69f8fe9
|
Added phil@produxion.net to AUTHORS. Refs #1997
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2982 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-26 04:14:41 +00:00 |
Adrian Holovaty
|
3cef18cb51
|
Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks, Alex Dedul
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2909 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-15 18:50:54 +00:00 |
Adrian Holovaty
|
55c9e98d86
|
Fixed #1852 -- Improved TemplateSyntaxError to display the original exception if str() of the exception raises an exception in itself. Thanks, nnorwitz@google.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-15 04:24:48 +00:00 |
Adrian Holovaty
|
51f6a9442c
|
Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphen. Thanks, Tom Insam
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-15 04:20:04 +00:00 |
Adrian Holovaty
|
775c06a959
|
Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when field fiel's value is null. Thanks, rhettg@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2839 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 02:59:58 +00:00 |
Adrian Holovaty
|
9fec605d8d
|
Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the same database table. Thanks, Ian Clelland
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 02:38:32 +00:00 |
Adrian Holovaty
|
be552664ba
|
Added Joseph K. to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-05 02:36:08 +00:00 |
Adrian Holovaty
|
f69cf70ed8
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-02 01:31:56 +00:00 |
Adrian Holovaty
|
bc4638d722
|
Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2639 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-09 23:54:34 +00:00 |
Adrian Holovaty
|
fe24eca81a
|
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
|
2006-03-22 19:47:15 +00:00 |
Adrian Holovaty
|
5beb39b896
|
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
|
2006-03-03 04:53:04 +00:00 |
Adrian Holovaty
|
6330e286c3
|
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
|
2006-03-01 03:37:57 +00:00 |
Adrian Holovaty
|
ac97cf54af
|
Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True and unique=True for MySQL. Thanks, gandalf@owca.info
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2346 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-18 21:26:28 +00:00 |
Adrian Holovaty
|
bb8500449b
|
Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in functions. Thanks, junzhang.jn
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-18 20:34:14 +00:00 |
Adrian Holovaty
|
e9c3efe7f3
|
Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j.rademaker
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-17 18:18:03 +00:00 |
Adrian Holovaty
|
bf16befc43
|
Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, Ned Batchelder
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2300 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-10 21:33:07 +00:00 |
Adrian Holovaty
|
44e6ce6552
|
Fixed #1048 -- Fixed AttributeError in sessions framework when SESSION_SAVE_EVERY_REQUEST is True and no cookie has been set yet. Thanks, Jiri Barton
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-15 06:18:03 +00:00 |
Adrian Holovaty
|
ceb558c277
|
Fixed #1196 -- Admin deletion step no longer assumes related objects have primary key named 'id'. Thanks, oggie rob
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-15 06:01:35 +00:00 |
Adrian Holovaty
|
2667ead885
|
Fixed #1165 -- Fixed bug in generated CREATE TABLE statements where a primary key related to a PositiveIntegerField or PositiveSmallIntegerField. Thanks, avandorp@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-15 05:48:13 +00:00 |
Adrian Holovaty
|
326136e8a5
|
Fixed #1144 -- Admin form buttons no longer assume black font color. Thanks, Daniel Poelzleithner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-09 02:04:21 +00:00 |
Adrian Holovaty
|
11bcc7969d
|
Fixed #1121 -- Changed MySQL backend to use correct character set in MySQL 4.1x/5.x on Win32. Thanks, hipertracker@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-09 01:55:37 +00:00 |
Adrian Holovaty
|
7d0bf5f2dc
|
Fixed #1188 -- Changed TimeField.html2python to handle microseconds. Thanks, Cheng
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1872 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-09 00:54:35 +00:00 |
Adrian Holovaty
|
0c548516bc
|
Fixed #1185 -- Fixed Python 2.4 bug in Django authentication mod_python handler. Thanks, Brian Ray
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1853 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-08 05:10:51 +00:00 |
Adrian Holovaty
|
bbfc645337
|
Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit tests. Thanks, akaihola
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-06 20:43:14 +00:00 |
Adrian Holovaty
|
5fe45cb0f8
|
Fixed #967 -- 'tables' parameter in DB API is now only quoted if needed. Thanks, Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-09 03:08:51 +00:00 |
Adrian Holovaty
|
f6b90c8c2a
|
Fixed #977 -- Fixed timesince() utility. Thanks, pgross@thoughtworks.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1579 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-09 02:52:27 +00:00 |
Adrian Holovaty
|
d06a12406b
|
Fixed #998 -- Fixed edge-case bug in debug view for templates with only one line. Thanks, andy@jadedplanet.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-09 02:35:38 +00:00 |
Adrian Holovaty
|
99f0f414d5
|
Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_id_admin on ForeignKey. Thanks, Gustavo Picon
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-09 02:32:59 +00:00 |
Adrian Holovaty
|
027c47b9b4
|
Fixed #983 -- Made 'django-admin.py --help' output easier to read. Thanks, Oliver
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-02 20:58:35 +00:00 |
Adrian Holovaty
|
15ea158c96
|
Fixed #893 -- Admin 'change password' and 'log out' links no longer assume admin lives at '/admin/'. Thanks, deric@monowerks.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-01 06:52:16 +00:00 |
Adrian Holovaty
|
3bf29d2184
|
Fixed #816 -- FileFields now work in the create_update generic view. Thanks, limodou
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-01 06:36:47 +00:00 |
Jacob Kaplan-Moss
|
c28daf2289
|
Fixed #757: manually set AutoField values are now respected; also added unit test to verify the correct behavior. Thanks, cygnus.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-01 03:06:30 +00:00 |
Adrian Holovaty
|
0c5cf18e1d
|
Added Jason Davies to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-30 20:02:45 +00:00 |
Adrian Holovaty
|
e1b107b192
|
Changed URL for cygnus in AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 17:09:43 +00:00 |
Adrian Holovaty
|
c336c8c6b9
|
Added cygnus to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1493 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 17:06:35 +00:00 |
Adrian Holovaty
|
397fc995cd
|
Added C8E to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 17:03:16 +00:00 |
Adrian Holovaty
|
de7a336486
|
Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, Swaroop
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-29 02:05:32 +00:00 |
Adrian Holovaty
|
f1641be02d
|
Added nesh's full name to AUTHORS
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-27 15:32:18 +00:00 |
Adrian Holovaty
|
5676d5b068
|
Fixed #923 -- Made WSGI handler tolerant of no QUERY_STRING in os.environ. Thanks, michael.mcewan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-26 18:41:29 +00:00 |
Adrian Holovaty
|
69f8840900
|
Fixed #882 -- Fixed bug when doing django-admin.py sqlclear with SQLite. Thanks, ye7cakf02
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1429 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-25 04:27:50 +00:00 |
Adrian Holovaty
|
3ddf250f91
|
Fixed #830 -- Added an AUTHORS file, which is inevitably incomplete
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-25 04:25:50 +00:00 |