summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-10Revert "Splitted expressions tests into smaller methods"Anssi Kääriäinen
2012-10-10Fixed #19096 -- Made can_return_id_from_insert more extendableMichael Manfre
2012-10-09Fixed test failure after IDN domain validation fixClaude Paroz
2012-10-09Fix exception message from 3190abcd. Refs #18153.Aymeric Augustin
2012-10-09Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.Aymeric Augustin
2012-10-09Fixed #19095 -- invalid code in multidb tests.Aymeric Augustin
2012-10-09Fixed #17867 -- Made email validation pass with IDN domainsClaude Paroz
2012-10-09Moved some email validation tests to validators testsClaude Paroz
2012-10-09Improved assertion error messages in validators testsClaude Paroz
2012-10-08Use smarter string decoding in GeoDjangoClaude Paroz
2012-10-08Fixed #19087 -- Ensured query's base table is never LOUTER joinedAnssi Kääriäinen
2012-10-08[py3] Decoded the parsed source file encoding in debug viewClaude Paroz
2012-10-07Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they bel...Justin Bronn
2012-10-07Fixed `inspectapp` tests to work with improved PG driver in GDAL 1.9+.Justin Bronn
2012-10-07GDAL docstring tweaks.Justin Bronn
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-07Used pkgutil to get list of backend modulesClaude Paroz
2012-10-07Fixed #18640 -- Allowed access to GDAL Feature without DatasourceClaude Paroz
2012-10-06Removed ad-hoc support for usage of short names of built-in DB backends.Ramiro Morales
2012-10-06Updated .gitignore with files created when running setup.py sdist.Ramiro Morales
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-10-06More URL mapping documentation fixes.Ramiro Morales
2012-10-06Use native geometry types on PostGIS 2.0+ instead of `AddGeometryColumn` and ...Justin Bronn
2012-10-06Refactored URL mapping documentation.Ramiro Morales
2012-10-06Un-gzipped test geometries fixture as plain jsonClaude Paroz
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-06Fixed #19069 -- Improved the error message when trying to query a swapped model.Russell Keith-Magee
2012-10-06Fixed #19074 -- Corrected some minor issues with the new custom User docs.Russell Keith-Magee
2012-10-06Fixed #19060 -- Corrected assumptions about the name of the User model in the...Russell Keith-Magee
2012-10-05Fixed type in MySQL spatial backend.Justin Bronn
2012-10-05Fixed `F()` expression regressions in GeoDjango caused by recent datastructur...Justin Bronn
2012-10-05Fixed format-o in docs/topics/db/queries.txtDon Spaulding
2012-10-05Fixed GMLv3 output test failure on PostGIS versions < 1.5.Justin Bronn
2012-10-05Forgot to import `unittest` from `django.utils`.Justin Bronn
2012-10-05Updated `GeoSQLCompiler.get_default_columns`.Justin Bronn
2012-10-05Skip `LayerMapRouterTest` if there are not multiple databases.Justin Bronn
2012-10-05Lowered tolerance to fix failing distance test.Justin Bronn
2012-10-05Added comment in `geoapp` tests about PostGIS 2.0 change in ST_NumGeometries.Justin Bronn
2012-10-05Need to catch `ImproperlyConfigured` to be freed from the schackles of `DJANG...Justin Bronn
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
2012-10-05Merge pull request #425 from Osmose/queryset_doc_typoPreston Holmes
2012-10-05Fixed typo in queryset docs under update method.Michael Kelly
2012-10-04Fixed #17959 -- Silenced output during GIS testsClaude Paroz
2012-10-04Removed unused and undocumented gdal_release_date functionClaude Paroz
2012-10-04Fixed #18996 - Docs on overriden model methodsTomáš Ehrlich
2012-10-04Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...Tim Graham
2012-10-04Fixed #17207 -- Added a troubleshooting note about failing createdbJohn Paulett