summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-23Called table_names instead of get_table_list in migrationsClaude Paroz
2014-09-23Fixed #18782 -- Prevented sql_flush to flush viewsClaude Paroz
2014-09-23Made get_table_list return a TableInfo named tupleClaude Paroz
2014-09-23Fixed #23503 -- Fixed renaming of model with self-referential m2m field.Sergey Fedoseev
2014-09-23Fixed #23065 -- Quoted constraint names in SQL generated by migrations.Sergey Fedoseev
2014-09-23Factored create_fk_sql, create_unique_sql, and delete_constraint_sql.Sergey Fedoseev
2014-09-23Consolidated some text utils into the utils_tests test package.Loic Bistuer
2014-09-23Merged custom_managers_regress into the custom_managers test package.Loic Bistuer
2014-09-23Merged custom_columns_regress into the custom_columns test package.Loic Bistuer
2014-09-23Merged one_to_one_regress into the one_to_one test package.Loic Bistuer
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-22Fixed #23535 -- Updated tutorial to account for default filter added in 5ea34...velis74
2014-09-22Fixed #23532 -- Fixed Macedonian locale date formatsDejan Noveski
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-21Fixed #23512 -- Made migration docs about initial_data clearerOla Sitarska
2014-09-21Fixed #23527 -- Removed Cheetah references in docsOla Sitarska
2014-09-21Fixed #23529 -- Replaced comments tag library with humanize in docsOla Sitarska
2014-09-21Fixed an i18n test with native stringClaude Paroz
2014-09-21Fixed #23196 -- Short-circuited empty string translationYuri Kriachko
2014-09-21Fixed #23530 -- Specified PyYAML requirement in initial-data.txtClaude Paroz
2014-09-20Small fixes in templates topic guide.Aymeric Augustin
2014-09-20Merge pull request #3244 from mattrobenolt/patch-5Aymeric Augustin
2014-09-19Don't recommend using sudo when installing uwsgiMatt Robenolt
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 some flake8 errors.Tim Graham
2014-09-19Fixed Oracle GIS failures introduced by e9103402c0; refs #18757.Tim Graham
2014-09-19Fixed a formatting issue in the 1.7 release notes.Aymeric Augustin
2014-09-19Fixed #23443 -- Corrected erroneous FieldError message.Thomas Chaumeny
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-17Fixed #23495 -- Stopped swallowing real settings import errorClaude Paroz
2014-09-17Updated release notes for backporting locale additions; refs #23368 and #23417.Tim Graham
2014-09-17Fixed #21775 -- Allowed customization of datafile for Oracle tablespaceJosh Smeaton
2014-09-17Fixed #23491 -- Clarified tutorial 3.Tim Graham
2014-09-17Fixed #23499 -- Error in built-in template tag "now" documentationJoseph Dougherty
2014-09-16Moved some people to "past team members".Tim Graham
2014-09-16Fixed typo in docs/internals/roles.txt and added words to spelling_wordlist.Tim Graham
2014-09-16Added 1.7.1 release notes for refs #23492.Tim Graham
2014-09-16Fixed #23492 -- Restored F.__deepcopy__.Baptiste Mispelon
2014-09-16Fixed #19463 -- Added UUIDFieldMarc Tamlyn
2014-09-15Fixed #23486 -- Corrected makemigrations output in tutorial 1.Tim Graham