Malcolm Tredinnick
|
a573f4c029
Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and remove
|
hace 16 años |
Malcolm Tredinnick
|
3e267a695e
Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The net
|
hace 16 años |
Malcolm Tredinnick
|
1418da7ee4
Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling
|
hace 16 años |
Malcolm Tredinnick
|
9d0bacebd2
Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. Only
|
hace 16 años |
Russell Keith-Magee
|
98ec741a03
Fixed #9585 -- Corrected code committed in [9398] that wasn't compatible with Python 2.3/2.4. Thanks to Karen Tracey for the report and fix.
|
hace 16 años |
Wilson Miner
|
21e86f2af2
Updated stylesheet link on the change password form.
|
hace 16 años |
Wilson Miner
|
902df97f36
Removed the hidden import rules in the contrib.admin stylesheets. Each individual stylesheet is now linked to explicitly from the template where it's used (in the extrastyle block), with the exception of widgets.css, which is imported by forms.css, but still available separately for reuse. Also moved the override stylesheets (IE and RTL) below the extrastyle block and all styles within the conditional comment which blocks CSS from IE5 and lower.
|
hace 16 años |
James Bennett
|
2246d526b1
One more correction to the release notes.
|
hace 16 años |
Malcolm Tredinnick
|
644ad9073f
Fixed #9477 -- Removed and edited a bunch of references to "development
|
hace 16 años |
James Bennett
|
06f89325e1
Ensure generated package name does not contain spaces; this will make Django easy_installable from the Cheese Shop.
|
hace 16 años |
James Bennett
|
1d375e1472
Port [9450] forward to trunk.
|
hace 16 años |
James Bennett
|
f5532f7119
Add 1.0.1 release notes to trunk so they'll show up in the online docs.
|
hace 16 años |
Malcolm Tredinnick
|
ec8150e78a
Fixed a bug introduced in r9422.
|
hace 16 años |
Brian Rosner
|
f63929dbe2
Fixed #9258 -- Use _default_manager in ForeignKeyRawIdWidget.label_for_value. Thanks nullie for the patch.
|
hace 16 años |
Malcolm Tredinnick
|
0349d83289
Fixed #6948 -- The join filter was escaping the literal value that was
|
hace 16 años |
Karen Tracey
|
bca14cd3c8
Fixed #9076 -- Changed BaseInlineFormSet to not override BaseModelFormSet's get_queryset method. BaseInlineFormSet's method did not include a couple of fixes/enhancements that were made to the parent's method, resulting in excessive queries (some of which can return bad data due to #9006) for admin pages with inlines.
|
hace 16 años |
Karen Tracey
|
02e67bba47
Fixed #9592 -- Create data for the generic_inline_admin test during setup instead of via a fixutre since it uses a content type id which will vary depending on what other tests have been run.
|
hace 16 años |
Malcolm Tredinnick
|
64b56447f3
Fixed #9377 -- Clarified when cmemcached support was included in Django.
|
hace 16 años |
Malcolm Tredinnick
|
26fabdb218
Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf.
|
hace 16 años |
Malcolm Tredinnick
|
599852d04d
Fixed #9507 -- Correct an example in the admin docs. Thanks, john_scott and
|
hace 16 años |
Malcolm Tredinnick
|
40976e0862
Fixed #9594 -- Typo fix in the testing example.
|
hace 16 años |
Malcolm Tredinnick
|
a0d4749920
Fixed #9468 -- Fixed a misleading FAQ answer.
|
hace 16 años |
Nicola Larosa
|
23657aaf16
Italian translation updated
|
hace 16 años |
Malcolm Tredinnick
|
85ef4eb578
Fixed #9570 -- Updated Arabic translation from Ossama M. Khayat.
|
hace 16 años |
Malcolm Tredinnick
|
e31ed8f2b1
Fixed #9574 -- Hindi translation from Thejaswi Puthraya.
|
hace 16 años |
Ramiro Morales
|
577f09f9f4
Updated Argentinian spanish translations, refs #9506 and related commits.
|
hace 16 años |
Ian Kelly
|
43b03ba57d
Refs #9408: Removed support for passing params as dicts in the oracle backend. Wasn't documented, didn't work, isn't necessary.
|
hace 16 años |
Karen Tracey
|
8d28a4c853
Quit being a complete mystery.
|
hace 16 años |
Ramiro Morales
|
72751c732f
Updated Argentinian spanish translation.
|
hace 16 años |
Brian Rosner
|
f751d5b713
Fixed #9498 -- Handle a formset correctly when the foreign key is not available (for now).
|
hace 16 años |