summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2014-10-19Made the ping_google command override BaseCommand.handle() rather than execut...Loic Bistuer
2014-10-16Fixed #23579 -- Changed GEOSGeometry.__str__ to include the SRIDClaude Paroz
2014-10-11Fixed two more tuple/int comparisons in gis testsClaude Paroz
2014-10-11Fixed a tuple/int comparison in spatialite backendClaude Paroz
2014-10-10Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat
2014-10-09Converted GIS lookups for OracleClaude Paroz
2014-10-09Converted GIS lookups to use the new Lookup APIClaude Paroz
2014-10-09Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn
2014-10-08Fixed typos in comments.Tim Graham
2014-10-08Fixed #23611 -- update_or_create failing from a related managerLoic Bistuer
2014-10-06Fixed #23601 -- Ensured view exists in URLconf before importing it in admindocs.Markus Holtermann
2014-10-06Fixed #23604 -- Allowed related m2m fields to be references in the admin.Emmanuelle Delescolle
2014-10-01Fixed #15089 -- Allowed contrib.sites to lookup the current site based on req...Tim Graham
2014-10-01Added a dumpdata/loaddata test for geographic contentClaude Paroz
2014-09-30Updated translations from TransifexClaude Paroz
2014-09-30Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford
2014-09-29Added ordering to fix non-deterministic relatedapp test.Tim Graham
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-27Silenced some deprecation warnings in contrib.sitemaps; refs #22384.Loic Bistuer
2014-09-26Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny
2014-09-26Factorized schema_editor() at BaseDatabaseWrapper levelClaude Paroz
2014-09-25Fixed #23537 -- Added Oracle GIS SchemaEditor.Tim Graham
2014-09-25Fixed #23538 -- Added SchemaEditor for MySQL GIS.Tim Graham
2014-09-25Added tolerance in equality testing to avoid random build failureThomas Chaumeny
2014-09-25Fixed use of assert* functions in some gis testsThomas Chaumeny
2014-09-24Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to ...Justin Caratzas
2014-09-23Added an Oracle workaround for a geogapp test; refs #23504.Tim Graham
2014-09-23Skipped a broken geoapp test on Oracle; refs #23504.Tim Graham
2014-09-23Called table_names instead of get_table_list in migrationsClaude Paroz
2014-09-22Fixed Oracle GIS gml() test failure introduced by e910340; refs #18757.Marc Tamlyn
2014-09-22Generate GeoManager from GeoQuerySet. Refs #20625.Loic Bistuer
2014-09-19Skipped a broken GIS test on Oracle; refs #23504.Tim Graham
2014-09-19Made a GIS test work on Oracle.Tim Graham
2014-09-19Fixed Oracle GIS failures introduced by e9103402c0; refs #18757.Tim Graham
2014-09-18Fixed #23514 -- Prevented queries in PostGISOperations initClaude Paroz
2014-09-18Fixed string length check in LayerMappingClaude Paroz
2014-09-18Removed unnecessary order_by() from a GIS test that crashed Oracle.Tim Graham
2014-09-18Fixed #23488 -- Added AnonymousUser.get_username().Damien Baty
2014-09-18Improved GIS migration test cleanup; refs #23504.Tim Graham
2014-09-18Added feature flag for geometry_field_introspection; refs #22632 and #23504.Tim Graham
2014-09-18Added a feature flag for add_srs_entry support; refs #22632 and #23504.Tim Graham
2014-09-17Avoided a crash on an Oracle GIS test; refs #23504.Tim Graham
2014-09-17Skipped some broken tests on Oracle GIS; refs #23504.Tim Graham
2014-09-12Fixed #13843 -- Prevented AttributeError during geometry objects deletionClaude Paroz
2014-09-12Prevented Attribute error in GDAL objects deletionClaude Paroz
2014-09-12Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...Flavio Curella
2014-09-11Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...Tim Graham
2014-09-10Added ordering to prevent non-deterministic test failure; refs #23099.Tim Graham
2014-09-10Corrected indentation in a contrib.humanize test; refs #23340.Tim Graham
2014-09-08Use "catch" instead of "trap" for exceptions.Aymeric Augustin