summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-30[1.7.x] Forwardported 1.6.6 release note for #19107.Tim Graham
2014-07-30[1.7.x] Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-29[1.7.x] Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-07-29[1.7.x] Fixed #23127: south_migrations note in docsAndrew Godwin
2014-07-29[1.7.x] Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-29[1.7.x] Fixed #23101: Prefer doing deletes before creates in autodetector.Andrew Godwin
2014-07-29[1.7.x] Fixed a typo in the admin documentation.David Arcos
2014-07-29[1.7.x] Fix soft_applied in a way that doesn't break testsAndrew Godwin
2014-07-29[1.7.x] Make detect_soft_applied exit correctly on non-create migrationsAndrew Godwin
2014-07-29[1.7.x] Forwardported 1.6.6 release notes for refs #20292.Tim Graham
2014-07-29[1.7.x] Fixed #23079 -- Added data loss issues to those that will be backport...Tim Graham
2014-07-29[1.7.x] Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
2014-07-29[1.7.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
2014-07-29[1.7.x] Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
2014-07-28[1.7.x] Fixed #23121: AlterModelOptions operation not changing state rightAndrew Godwin
2014-07-28[1.7.x] Fixed #23100: Individual FK creation missing dependenciesAndrew Godwin
2014-07-28[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-28[1.7.x] Fixed #23102 -- Documented that sql* commands now respect allow_migra...Gabriel Muñumel
2014-07-27[1.7.x] Fixed #23062 -- Documented how to create superuser.Aymeric Augustin
2014-07-27[1.7.x] Bump version number for 1.7 RC 2.1.7c2James Bennett
2014-07-27[1.7.x] Update from key ID in security.txt to authorized release keys list.James Bennett
2014-07-27[1.7.x] Fixed #23098 -- Checked that lazy choices are not evaluated too soonFlorian Apolloner
2014-07-27[1.7.x] Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-26[1.7.x] Fixed #22979 -- Moved bug* testsTushar Bhatia
2014-07-26[1.7.x] Fixed #23106 -- Updated class-based view reference title.David Hoffman
2014-07-26Merge pull request #2977 from abrahammartin/stable/1.7.xAndrew Godwin
2014-07-26Fixed #23101 db_table wasn't copied in deconstructAbraham Martin
2014-07-26[1.7.x] Fixed #22944: Bad dependency on FK alteration in autodetectorAndrew Godwin
2014-07-26[1.7.x] Fixed #23060 -- Prevented UnicodeDecodeError in debug templatetagqingfeng
2014-07-26[1.7.x] Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-26[1.7.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
2014-07-26[1.7.x] Fixed code to solve #23070 problemHiroki KIYOHARA
2014-07-26[1.7.x] Added test for the #23070 problemHiroki KIYOHARA
2014-07-26[1.7.x] Fixed #22887 -- Added comment for translators on unique_for_date erro...Federico Frenguelli
2014-07-26[1.7.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25[1.7.x] Fixed bad usage of rstrip() that caused test failure.Tim Graham
2014-07-25[1.7.x] Fixed #23083 -- Fixed runserver reloading when deleting a file.Tim Graham
2014-07-25[1.7.x] Fixed #23085: Better error message for PostGIS 1.5/bad custom fieldsAndrew Godwin
2014-07-25[1.7.x] Restore support for reading __latest__ for compatabilityAndrew Godwin
2014-07-25[1.7.x] Fixed #23093: soft application detection for swapped modelsAndrew Godwin
2014-07-25[1.7.x] Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-07-25[1.7.x] Fixed #23071 -- Use last migration's name in dependency to other appJeroen Dekkers
2014-07-25[1.7.x] Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
2014-07-25[1.7.x] Improved docs for GEOSGeometry.simplify()Tom Dyson
2014-07-25[1.7.x] Fixed #23088 -- Used `six` `range` type in `Paginator.page_range`.Moayad Mardini
2014-07-24[1.7.x] Avoided transactional truncates on amateur databases.Aymeric Augustin
2014-07-24[1.7.x] Avoided transactional DDL on castrated databases.Aymeric Augustin
2014-07-24[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
2014-07-24[1.7.x] Fixed #23014 -- Infinite migration regression with unique/index_toget...Tim Graham
2014-07-24[1.7.x] Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham