summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-06Renamed syncdb to migrate in spatialite backendClaude Paroz
2013-12-06Removed unreachable `else` in `try` block.maurycyp
2013-12-05Fixed #21562 -- Warned against using the same app name as a django contrib app.Alasdair Nicol
2013-12-05Fixed another typo in custom model field documentation.Baptiste Mispelon
2013-12-05Fixed typo in custom model field documentation.Baptiste Mispelon
2013-12-05Corrected setting name in gis test error message.Ramiro Morales
2013-12-05Better error reporting when from_app_cache failsAndrew Godwin
2013-12-05Fix poor variable name (flake8 warning)Andrew Godwin
2013-12-05Fixed a flake8 errorAlex Gaynor
2013-12-05Merge pull request #2030 from frankwiles/masterTim Graham
2013-12-05Removed 'return' in __init__maurycyp
2013-12-04Fixing manager documentation inaccuracyFrank Wiles
2013-12-04Merge pull request #2029 from alasdairnicol/releases_orderingTim Graham
2013-12-04List 1.6.x releases in descending orderAlasdair Nicol
2013-12-04Migration VCS conflict detection and --merge for makemigrationsAndrew Godwin
2013-12-04Fixed #21558 -- Support building CHM files.Aymeric Augustin
2013-12-04Don't make a second migration if there was a force-null-default addcol.Andrew Godwin
2013-12-04Add clone() method to Field to get clean copies of it.Andrew Godwin
2013-12-04Add --dry-run option to makemigrationsAndrew Godwin
2013-12-04Migrate prompts if you need makemigrations, runserver prompts for migrateAndrew Godwin
2013-12-04Added link to localized formatting doc from main index.Ramiro Morales
2013-12-04Fixed 21406 -- Made blocktrans 'trimmed' option preserve line numbers.Bouke Haarsma
2013-12-04Fixed #21546 -- Strengthened kqueue detection.Aymeric Augustin
2013-12-02Fixed #13476 -- Added support for color in console output under Windows.Ramiro Morales
2013-12-02Fixed #21538 -- Added numpy to test/requirements/base.txtAlasdair Nicol
2013-12-02Merge pull request #2016 from loic/ticket21545Aymeric Augustin
2013-12-03Fixed #21545 -- autoreload kqueue events weren't cleared which caused an infi...Loic Bistuer
2013-12-01Fixed #21543 -- Removed base_dir attribute in StaticFilesHandler.Krzysztof Jurewicz
2013-12-01Fixed incorrect type for max_length.Tim Graham
2013-11-30Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham
2013-11-30Refs #21230 -- removed direct settings manipulation from template testsUnai Zalakain
2013-11-30Fixed #21358 -- Allowed runserver on non-English localesClaude Paroz
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-30Documented the house style for gender neutral pronouns.Alex Gaynor
2013-11-30Fixed comment typos.Alex Hill
2013-11-30Closed file after reading pot fileClaude Paroz
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-29Fixed an unescisarily gendered pronoun in a docstringAlex Gaynor
2013-11-30Removed Form._errors from the docs in favor of the add_error API.Loic Bistuer
2013-11-30Fixed #20867 -- Added the Form.add_error() method.Loic Bistuer
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-28Fixed a deprecation warning introduced by 96dd48c83f.Simon Charette
2013-11-28Merge pull request #2005 from loic/ticket21169Anssi Kääriäinen
2013-11-29Use 'update_fields' in RelatedManager.clear() when bulk=False.Loic Bistuer
2013-11-28Fixed #21496 -- Fixed crash when GeometryField uses TextInputClaude Paroz
2013-11-28All the E125 errors hvae been eradicated.Alex Gaynor
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-28Fixed #21517 -- Added unit test for non-autoincrement primary key with value 0.Vajrasky Kok
2013-11-28Fixed #21515 -- Corrected example of template.Context in documentation.Baptiste Mispelon
2013-11-27A handle of flake8 fixesAlex Gaynor