Justin Bronn
|
71055085a3
Removed directories that no longer exist from the packaging manifest.
|
16 år sedan |
Russell Keith-Magee
|
f6cca736a0
Fixed #9609 -- Modified the clean method of(Null)Boolean field to accept '1' and '0' as valid inputs. Thanks to psagers for the patch.
|
16 år sedan |
Russell Keith-Magee
|
95bcb70b56
Fixed #10367 -- Corrected an example in the documentation for GenericRelation. Thanks to George Song for the patch.
|
16 år sedan |
Russell Keith-Magee
|
87d3ff731b
Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, and error recovery for Postgres. Thanks to Richard Davies for the suggestion and draft text.
|
16 år sedan |
Russell Keith-Magee
|
e85bc81651
Fixed #10954 -- Corrected error in docs example describing extending the JSON serializer. Thanks to Glenn for the report.
|
16 år sedan |
Russell Keith-Magee
|
fbf5eaac94
Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be callables. Thanks to fas for the report and patch.
|
16 år sedan |
Ludvig Ericson
|
e43ace720c
Update Swedish locale.
|
16 år sedan |
Brian Rosner
|
03047d4037
Added a missing ASCII 32 in a GIS form field error message. Thanks Alex Gaynor for catching it.
|
16 år sedan |
Russell Keith-Magee
|
5e2d38465a
Fixed #10847 -- Modified handling of extra() to use a masking strategy, rather than last-minute trimming. Thanks to Tai Lee for the report, and Alex Gaynor for his work on the patch.
|
16 år sedan |
Russell Keith-Magee
|
17958fa7a9
Fixed #10134 -- Added unique_for_[date|day|month|year] validation to ModelForm handling. Thanks to Alex Gaynor for the patch.
|
16 år sedan |
Russell Keith-Magee
|
2ba9df2f41
Fixed #10082 -- Modified BaseFormSet so that ordering checks work when the formset is empty. Thanks to Petr Marhoun for the report and test case, and bmathieu for the fix.
|
16 år sedan |
Russell Keith-Magee
|
0c1d38bdf4
Fixed #10898 -- Corrected minor error in conditional view processing example. Thanks to Tomasz Elendt for the report.
|
16 år sedan |
Russell Keith-Magee
|
6312de0279
Fixed #10288 -- Corrected _has_changed handling of DateTimeInput, DateInput, TimeInput, and SplitDateTimeWidget when a custom date/time format is in use. Thanks to Koen Biermans for the report and patch.
|
16 år sedan |
Jannis Leidel
|
f7f755e982
Updated German translation, thanks zerok and bartTC
|
16 år sedan |
Jarek Zgoda
|
681c85f0d4
Polish translation updated
|
16 år sedan |
Malcolm Tredinnick
|
b0516a1b43
Fixed #10885 -- Updated Hebrew translation from Moses Gaynor and Yaron McNabb.
|
16 år sedan |
Justin Bronn
|
d2c4c02251
Fixed #10872 -- Geographic admin now supports new `list_editable` option. Thanks to Dane Springmeyer and Alex Gaynor for the solution.
|
16 år sedan |
Justin Bronn
|
1269f9a3e9
Fixed #9299 -- Made default zoom level for points in the admin more sensible. Thanks to oyvind for ticket and initial patch.
|
16 år sedan |
Justin Bronn
|
66db0b43ad
Fixed #10660 -- `GeometryField` no longer requires `srid`/`null` keywords, and now respects `required`; coordinate transformations now done inside `gis.forms.GeometryField` -- benefit being that `OSMGeoAdmin` no longer requires 900913 entry in `spatial_ref_sys` thus enabling it to work with MySQL/Oracle spatial backends; added tests for geographic forms.
|
16 år sedan |
Justin Bronn
|
8010e0c32e
Removed references to deprecated `GeometryField` atribute in `GeoModelAdmin`.
|
16 år sedan |
Justin Bronn
|
44c062344f
Fixed #10888 -- May now insert NULL `GeometryField` values on Oracle.
|
16 år sedan |
Jacob Kaplan-Moss
|
d6829782d0
Now that formsets guarentee ordering (see [10623]) we can remove the arbitrary validation of this fact added as part of [10077].
|
16 år sedan |
Jacob Kaplan-Moss
|
6d1837a8bf
Fixed the tests from [9438] to work consistantly across databases. In particular, it was failing on newer versions of PostgreSQL after [10586].
|
16 år sedan |
Jacob Kaplan-Moss
|
9ea2198fd1
Fixed #10163: add an artificial ordering to querysets used by formsets, thus ensuring that POSTed data "lines up" correctly every time. Thanks to Karen Tracey for pointing in the right direction here.
|
16 år sedan |
Jacob Kaplan-Moss
|
855a58f963
Fixed a needless list() coercion in in ChangeList. Refs #10163.
|
16 år sedan |
Jacob Kaplan-Moss
|
c00e8d2064
Added a `QuerySet.ordered` property to check if a queryset is already ordered. Refs #10163.
|
16 år sedan |
Karen Tracey
|
d463580c1b
Fixed #10831 -- Prevented code running under a to-be-rolled-back test from calling commit via transaction.managed(False). Thanks seanl for report and patch.
|
16 år sedan |
Jacob Kaplan-Moss
|
6c15b5db60
Fixed #10208: `ModelAdmin` now respects the `exclude` and `field` atributes of custom `ModelForm`s. Thanks, Alex Gaynor.
|
16 år sedan |
Luke Plant
|
71233bcdf3
Fixed #10884 - more lenient regexp for matching forms in CSRF post-processing
|
16 år sedan |
Justin Bronn
|
037ce4318b
Fixed #10839 -- `GeoQuery` now unpickles properly on Oracle.
|
16 år sedan |