| 2 years ago |
Justin Bronn |
Merged w/trunk up to r11732.
trunk tip
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11732] Fixed #12163 -- Corrected the unpickling of non-deferred models. Thanks to rfugger for the report and test case.
trunk
|
changeset |
files
|
| 2 years ago |
jbronn |
[svn r11731] Now raise an exception when trying to export 3D (HEX)EWKB when using GEOS 3.0 due to bug in that underlying library version.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11730] Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignKeys outside of models. Thanks to jittat for the report.
trunk
|
changeset |
files
|
| 2 years ago |
jbronn |
[svn r11729] Fixed a brittle test case that was failing on PostGIS versions < 1.4.
trunk
|
changeset |
files
|
| 2 years ago |
jbronn |
[svn r11728] Added `ewkb` and `hexewkb` properties to `GEOSGeometry`. Refs #11433, #12010.
trunk
|
changeset |
files
|
| 2 years ago |
jbronn |
[svn r11727] Added support for spatially filtering what OGR features are returned in iteration via the `Layer.spatial_filter` property.
trunk
|
changeset |
files
|
| 2 years ago |
jbronn |
[svn r11726] Fixed #12111 -- now use PostgreSQL escape string syntax when quoting WKB to prevent spurious warnings in database logs. Thanks, Matt Russell for ticket and patch.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11724] Fixed #12168 -- Corrected the registration of m2m autocreated models when models.py is split into submodules. Thanks to Jens Diemer for the report and test case.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11723] Corrected a markup error in the m2m inline docs.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11722] Added version indicator to docs for m2m inline change introduced in r11712.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11721] Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 support. Thanks to knutin for the report.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11719] Fixed #11144 -- When a to/from/cc header contains unicode, make sure the email addresses are parsed correctly (especially with regards to commas). Thanks to rmt for the patch.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11718] Corrected the order of operations in the test environment setup to ensure that the original email backend can be restored. Thanks to koenb for the report.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11717] Corrected the default value of the EMAIL_BACKEND in the settings docs. This time for real.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11716] Corrected the default value of the EMAIL_BACKEND in the settings docs. Thanks to Alex Gaynor for the report.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11714] Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handler. Thanks to aromano for the report.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11713] Fixed #12143 -- Corrected the naming of the 'to' column in recursive m2m models. Thanks to knutin@gmail.com for the report, and Alex Gaynor for the patch.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11712] Fixed #11795 -- Document (and slightly simplify) the use of inlines for m2m relations.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11711] Fixed #12130 - documented need for csrf_protect on views that don't accept POST
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11710] Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introducing an autogenerated through model.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11709] Fixed #10355 -- Added an API for pluggable e-mail backends.
trunk
|
changeset |
files
|
| 2 years ago |
jbronn |
[svn r11707] Fixed #12101 -- `OGRGeometry` does not need to create a clone of the `SpatialReference` object upon assignment.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11705] Fixed #12127 -- Corrected teardown of dateformat tests. Thanks to apollo13 for the report, and Karen Tracey for the debugging help.
trunk
|
changeset |
files
|
| 2 years ago |
jbronn |
[svn r11703] Fixed #12093 -- `LayerMapping` now takes into account model inheritance when looking for the geometry column; forgot to diable extent regression test on MySQL.
trunk
|
changeset |
files
|
| 2 years ago |
kmtracey |
[svn r11701] Repeat the setUp/tearDown changes made in r11699 for the tests
trunk
|
changeset |
files
|
| 2 years ago |
kmtracey |
[svn r11699] Changed setUp and tearDown for the tests converted from doctests in r11695
trunk
|
changeset |
files
|
| 2 years ago |
kmtracey |
[svn r11697] Fixed #12125 -- Fixed a typo in the generic views date_based test that caused it to fail in November. Thanks brutasse.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11695] Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due to a dependency on the old dateformat test.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11693] Fixed #12123 -- Refactored dateformat tests to use unittest. This is needed so that we have a reliable teardown that can reset the timezone at the end of the test.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11691] Fixed #12121 -- Modified __reduce__ on a model to avoid an infinite recursion problem that occurs on Python 2.4. Thanks to emulbreh for the report.
trunk
|
changeset |
files
|
| 2 years ago |
brosner |
[svn r11688] Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ when instance is None. Thanks tobias.
trunk
|
changeset |
files
|
| 2 years ago |
brosner |
[svn r11686] Fixed #12115 -- Corrected typo in admin documentation. Thanks encinas.
trunk
|
changeset |
files
|
| 2 years ago |
brosner |
[svn r11684] Updated INSTALL file
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11683] Allow CsrfResponseMiddleware to be used if templates cannot be updated.
trunk
|
changeset |
files
|
| 2 years ago |
russellm |
[svn r11681] Fixed #12057 -- Corrected regression of caching performance when a model contained a callable default. Thanks to Michael Thornhill for the excellent assistance tracking this problem.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11680] Improved HTML in CSRF debug template - <code> instead of <tt>
trunk
|
changeset |
files
|
| 2 years ago |
jezdez |
[svn r11678] Added bio for myself
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11677] Fixed typo in docs
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11676] Small improvement to CSRF failure template.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11675] Documented the presence of {% csrf_token %} in Django 1.1.2 in trunk docs.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11673] Misc clarifications in csrf middleware comments
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11672] Fixed #12095 - login and other contrib views failing if template rendered using inclusion tag.
trunk
|
changeset |
files
|
| 2 years ago |
jacob |
[svn r11670] Fixed #11057: having no actions in the admin (`actions=None`) no longer messes up the layout. Thanks, rvdrijst.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11669] Slight change to CSRF error messages to make debugging easier.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11668] Fixed some typos
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11667] Added explicit notes about the need to update any customised templates for contrib apps for CSRF changes
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11666] Completed a name in AUTHORS file, now I know it.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11665] Added 'version added' info to CSRF_* settings.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11664] Removed unused import.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11663] Use decorator syntax for csrf_exempt example.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11661] Moved contrib.csrf.* to core code.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11660] Fixed #9977 - CsrfMiddleware gets template tag added, session dependency removed, and turned on by default.
trunk
|
changeset |
files
|
| 2 years ago |
jacob |
[svn r11656] Fixed #11371: Made `django.test.Client.put()` work for non-form-data PUT (i.e. JSON, etc.). Thanks, phyfus.
trunk
|
changeset |
files
|
| 2 years ago |
zgoda |
[svn r11655] Polish translation updated
trunk
|
changeset |
files
|
| 2 years ago |
kmtracey |
[svn r11654] Fixed #12079: Changed has_results to get a single result, thus preventing exists() from always returning True on backends that support chunked reads.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11652] Fixed small error in deprecation policy.
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11650] Fixed #9163 - CsrfMiddleware needs to reset ETag header
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11648] Fixed #12067 - check_dependencies in contrib.admin.sites not triggered using new style admin include
trunk
|
changeset |
files
|
| 2 years ago |
lukeplant |
[svn r11647] Fixed a bug in r11646 - refs #11402
trunk
|
changeset |
files
|