Malcolm Tredinnick
|
3465a4f6f4
Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.
|
19 лет назад |
Malcolm Tredinnick
|
ae1234f2a2
Fixed #2163 -- Corrected typo when handling datetimes with timezones in the timesince filter. Thanks, Alex Dedul.
|
19 лет назад |
Malcolm Tredinnick
|
239adf83d3
Fixed #2053 -- added an optional comparison argument to the "timesince" filter.
|
19 лет назад |
Malcolm Tredinnick
|
c4fa8a158a
Fixed #2071 -- documented the PasswordField (including cavaets). Thanks to
|
19 лет назад |
Malcolm Tredinnick
|
b70a687777
Fixed #2031 -- Don't try to remove microseconds on date objects (only datetime)
|
19 лет назад |
Malcolm Tredinnick
|
ba22f55aa2
Fixed #1928 -- Correctly create foreign key references when there are multiple
|
19 лет назад |
Adrian Holovaty
|
0e92f70602
Fixed runtests.py problem from [3177] where it assumed you were running the tests from within the tests directory
|
19 лет назад |
Adrian Holovaty
|
5f47161831
Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sql
|
19 лет назад |
Adrian Holovaty
|
dc4f726df9
Fixed #688 -- Changed default 404 and 500 views to use RequestContext
|
19 лет назад |
Malcolm Tredinnick
|
92571b0d48
Fixed #2119 -- fixed problems with splitting SQL statements into separate
|
19 лет назад |
Malcolm Tredinnick
|
3e97535907
Fixed #2161 -- handle trailing newlines in initial SQL data. Includes
|
19 лет назад |
Malcolm Tredinnick
|
a513fcb455
Added regressions tests to ensure that one-to-one and many-to-many fields
|
19 лет назад |
Adrian Holovaty
|
76448d0c4b
Added draft of docs/fastcgi.txt. Haven't finished editing this yet.
|
19 лет назад |
Adrian Holovaty
|
32228d2031
Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, jcrasta@gmail.com
|
19 лет назад |
Adrian Holovaty
|
a4b11826a7
Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.get_for_model() to use get_or_create()
|
19 лет назад |
Adrian Holovaty
|
fb1c01b103
Fixed #1802 -- Fixed database integrity error when creating permission objects after renaming a model
|
19 лет назад |
Adrian Holovaty
|
37addba352
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout the Django codebase
|
19 лет назад |
Adrian Holovaty
|
b93de6a2cb
Fixed bad formatting in 'lookup' model tests from [3157]
|
19 лет назад |
Adrian Holovaty
|
f67b629ada
Fixed comma splice in auth.User model docstring
|
19 лет назад |
Adrian Holovaty
|
f2aab5b913
Fixed #1964 -- Fixed bug in fetching the dimensions of an ImageField. Thanks, Armin Ronacher
|
19 лет назад |
Malcolm Tredinnick
|
b2e5c4ef02
Fixed #1422 -- Docstring improvements for the models in the admin app. Thanks
|
19 лет назад |
Adrian Holovaty
|
7aec348677
Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirect to percent-encode non-ASCII characters in the Location header. Thanks, Andrey
|
19 лет назад |
Adrian Holovaty
|
6b730e1e92
Fixed #2102 -- Template system 'for' loops now support generators. Thanks, dbm-django@mclachlan.com.au
|
19 лет назад |
Adrian Holovaty
|
136752ca9a
Added 'method' attribute to HttpRequest objects
|
19 лет назад |
Adrian Holovaty
|
a09682fd63
Fixed #2185 -- Changed django.views.decorators.http.require_http_methods decorator to use HttpResponseNotAllowed instead of HttpResponseForbidden
|
19 лет назад |
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
|
19 лет назад |
Adrian Holovaty
|
496d651546
Fixed #2190 -- Now allowing NullBooleanField to be given None
|
19 лет назад |
Adrian Holovaty
|
15cbc67ea2
Fixed #2195 -- Fixed spelling error in generic_relations model test. Other errors were fixed earlier today. Thanks, Tom Tobin
|
19 лет назад |
Adrian Holovaty
|
b10149b08a
Fixed ReST error in [3158]. I think.
|
19 лет назад |
Adrian Holovaty
|
5bd6b322a9
Added 'Why is Django leaking memory?' to docs/faq.txt
|
19 лет назад |