Justin Bronn
|
a1e7723c79
Fixed the `add_postgis_srs` routine to support SpatiaLite.
|
16 yıl önce |
Gary Wilson Jr
|
13ea4a9133
Fixed #9978 -- Fixed a KeyError exception that was being raised when using the logout method on the test client on an unauthenticated user, based on patch from ericholscher.
|
16 yıl önce |
Joseph Kocherhans
|
fea6c73538
Fixed #10149. FileFields in a form now validate max_length. Based on a patch by Massimo Scamarcia.
|
16 yıl önce |
Jacob Kaplan-Moss
|
6ce25d3be9
Fixed #10413: RelatedManager.add no longer fails silenty when trying to add an object of the wrong type. Thanks, dgouldin.
|
16 yıl önce |
Jacob Kaplan-Moss
|
c8ad87c2dc
Fixed #9883: no longer do strange things with whitespace in the linebreaks filter. Thanks, keithb.
|
16 yıl önce |
Jacob Kaplan-Moss
|
02e56530c5
Fixed #10157: correctly set the related objects pk when assigning a reverse OneToOne. Thanks, dgouldin.
|
16 yıl önce |
Jacob Kaplan-Moss
|
657eefbf25
Fixed #10387: removed some code duplication in django.utils.cache. Thanks, Travis Swicegood.
|
16 yıl önce |
Justin Bronn
|
8eca2df3a4
Fixed #9686 -- SpatiaLite is now a supported spatial database backend. Thanks to Matthew Hancher for initial patch and hard work in implementing this feature.
|
16 yıl önce |
Gary Wilson Jr
|
5ff1703f41
Fixed #9130 -- Fixed typo in comment, thanks scel.
|
16 yıl önce |
Gary Wilson Jr
|
3989a7ae11
Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` object, based on patch from ericholscher.
|
16 yıl önce |
Gary Wilson Jr
|
3e7f5131a5
Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work when both values involved are date objects, thanks to morty and mboersma for the patch.
|
16 yıl önce |
Gary Wilson Jr
|
1f8c4ce609
Fixed #8643 -- Corrected docstrings of `MultiPartParser`, thanks KayEss.
|
16 yıl önce |
Gary Wilson Jr
|
86c5142461
Fixed #10094 -- Fixed the `include` and `extends` template tags to work with filenames with spaces, patch from mcroydon.
|
16 yıl önce |
Gary Wilson Jr
|
9ac3905f01
Fixed #10079 -- Moved settings import inside the function that uses it so that the module can be imported without needing settings, thanks kcarnold and mcroydon.
|
16 yıl önce |
Gary Wilson Jr
|
ef933f1643
Fixed a few class references in the model field docs.
|
16 yıl önce |
Joseph Kocherhans
|
08056572e8
Fixed #9587. Formset.is_valid() now returns True if an invalid form is marked for deletion. Thanks for the test and intial patch, kratorius.
|
16 yıl önce |
Gary Wilson Jr
|
78cbc3acfa
Fixed #10076 -- Documented invalid arguments for `FileField`, based on patch from timo.
|
16 yıl önce |
Gary Wilson Jr
|
27314a8934
Fixed #9944 -- Fixed a URL in tutorial four that was changed in the "Decoupling the URLconfs" section at the end of tutorial three, patch from programmerq.
|
16 yıl önce |
Gary Wilson Jr
|
1e214534e7
Fixed #9914 -- Fixed field class name in models docs, patch from timo.
|
16 yıl önce |
Gary Wilson Jr
|
8ed6b2b1d1
Fixed #9853 -- Added information to the model date/time fields to note the Python objects used to represent them.
|
16 yıl önce |
Justin Bronn
|
867e71501c
Refactored and cleaned up parts of the spatial database backend. Changes include:
|
16 yıl önce |
Gary Wilson Jr
|
a61c0b7949
Fixed some long lines and removed trailing whitespace.
|
16 yıl önce |
Gary Wilson Jr
|
432f7f624a
Fixed #8462 -- Made `length` and `length_is` template filters fail silently when given a value that has undefined length and added tests for both filters. Based on patch from marcelor, rob, and SmileyChris.
|
16 yıl önce |
Gary Wilson Jr
|
a6d7b418de
Made the template tests error output a bit more pretty.
|
16 yıl önce |
Joseph Kocherhans
|
9face54bb7
Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().
|
16 yıl önce |
Justin Bronn
|
1e082c3873
Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo Soto for ticket & patch.
|
16 yıl önce |
Justin Bronn
|
d02ee6bd7b
Fixed redundant definition of `connection_created` signal due to DVCS mistake. My bad.
|
16 yıl önce |
Justin Bronn
|
9b00b87cf2
Fixed #10655 -- Who uses 5-space indentation anyways? Thanks to Andrew Badr for the ticket & patch.
|
16 yıl önce |
Justin Bronn
|
39ff4c9e4e
Fixed `svn:ignore` property on recent directory additions.
|
16 yıl önce |
Gary Wilson Jr
|
4a9b1f7a36
Removed an inadvertent raise statement added in [8777] and added the printing of tracebacks for template tests that raise an unhandled exception.
|
16 yıl önce |