Russell Keith-Magee
|
cc4e4d9aee
Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage.
|
16 years ago |
Gary Wilson Jr
|
50a293a0c3
Updated name as per author's request.
|
16 years ago |
Jacob Kaplan-Moss
|
1f84630c87
Fixed #6470: made the admin use a URL resolver.
|
16 years ago |
Justin Bronn
|
6c4e5f0f0e
Fixed #9278, #9694 -- Geographic overlays now display in admin with right to left langauges; simplified transformation process in `OpenLayersWidget` to fix Ubuntu 8.10/Apache 2.2.9 crash; updated OpenLayers version to 2.7.
|
16 years ago |
Jacob Kaplan-Moss
|
ffeb1d0465
Fixed #9346: fixed comment upgrade SQL in documentation. Thanks, mt.
|
16 years ago |
Jacob Kaplan-Moss
|
3990d00f20
Fixed #9959: fixed comment documentation example showing how to get a preview.
|
16 years ago |
Jacob Kaplan-Moss
|
4035ea3538
A few small fixes to django.contrib.comments (Comment.get_as_text for non-authenticated users; references to Comment.permalink; unused imports). Fixes #9143, #9429, and 9439. Thanks, Thejaswi Puthraya.
|
16 years ago |
Gary Wilson Jr
|
11d382c6c4
Fixed a long line, a typo, and a few misspellings from [9727].
|
16 years ago |
Jacob Kaplan-Moss
|
c01098e9cb
In urlconfs, include() may now be used on an iterable of patterns instead of just a module string. Refs #6470 -- making the admin use a urlconf is much easier with this work done. Thanks, Alex Gaynor.
|
16 years ago |
Jacob Kaplan-Moss
|
299e1e814f
Fixed #6791: added a write-through cache session backend: session data is written through the cache to the database, but read from the cache for speed. Thanks to jhenry, mcroydon, and jdunck.
|
16 years ago |
Malcolm Tredinnick
|
d32c290846
Revised r9566 slightly to be backwards compatible with versions 1.0 - 1.0.2.
|
16 years ago |
Jarek Zgoda
|
0e59fbbd85
Updated Polish translation: fixed typo and one missing translation
|
16 years ago |
Malcolm Tredinnick
|
73e5823f61
Fixed #9569 -- Small correction to Simplified Chinese translation.
|
16 years ago |
Malcolm Tredinnick
|
95b0c2569d
Fixed #9636 -- Updated simplified Chinese translation.
|
16 years ago |
Malcolm Tredinnick
|
67c1c516ab
Fixed #9888 -- Updated Japanese translation from Takashi Matsuo.
|
16 years ago |
Malcolm Tredinnick
|
c5bdfab9ae
Fixed #9985 -- qs.values_list(...).values(...) was constructing incorrect SQL.
|
16 years ago |
Malcolm Tredinnick
|
d068ad0c01
Using querysets as an rvalue in filter() calls was causing an unnecessary
|
16 years ago |
Malcolm Tredinnick
|
d00c013cc8
Remove any ordering from a nested select query (in the where-clause).
|
16 years ago |
Ian Kelly
|
c20019a91d
Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and DATABASE_PORT settings in Oracle.
|
16 years ago |
Justin Bronn
|
300752bd6c
Return None for null date/time fields in OGR-supported data sources. Thanks to Ariel Mauricio Nunez Gomez for bug report and initial patch.
|
16 years ago |
Ian Kelly
|
bde7e79fb3
Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle.
|
16 years ago |
Malcolm Tredinnick
|
e77c4cca26
Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp".
|
16 years ago |
Malcolm Tredinnick
|
a9c2f033cd
Upgraded included simplejson to 2.0.7.
|
16 years ago |
Malcolm Tredinnick
|
3b489b7742
Documented that case-insensitive matching is not supported for non-ASCII
|
16 years ago |
Malcolm Tredinnick
|
0c08368116
Fixed #9862 -- For better SQL portability, don't specify "NULL" on nullable
|
16 years ago |
Justin Bronn
|
391736e737
Updated `GeoWhere` to be compatible with changes in r9700.
|
16 years ago |
Malcolm Tredinnick
|
f747b61c20
Nested query support.
|
16 years ago |
Malcolm Tredinnick
|
062a94ef45
Reconciling where- and having-clause behaviour.
|
16 years ago |
Russell Keith-Magee
|
ff4b844cb4
Added a link to RKM's blog in the committers file.
|
16 years ago |
Russell Keith-Magee
|
1fc26b8d4e
Modified the entry for David Larlet in the AUTHORS file to be consistent with the entry already present in the 1.0.X branch.
|
16 years ago |