summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-01Introduced a technical board.Aymeric Augustin
2014-08-01Removed references to partial commit acces.Aymeric Augustin
2014-08-01Renamed "committers" to "team".Aymeric Augustin
2014-08-01Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..Mitar
2014-07-31Replaced django-admin.py with django-admin in the man page.Florian Apolloner
2014-07-31Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to inval...Niclas Olofsson
2014-07-31Used JsonResponse in CBV examples.Loic Bistuer
2014-07-31Fixed #22956 -- Made PermissionManager.get_by_natural_key() use the correct d...Jürno Ader
2014-07-31Updated timezone docs to use timezone.now()Tim Graham
2014-07-31Fixed #16383 -- Raised the AttributeError raised in property of an object whe...Anubhav Joshi
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-07-31Fixed flake8 warnings.Tim Graham
2014-07-30Fixed the previous commit for Python3.Florian Apolloner
2014-07-30Fixed #23112 -- Field.get_choices tries to index an iterableareski
2014-07-30Fixed test failure on Windows.Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.Tim Graham
2014-07-30Fixed flake8 errors.Tim Graham
2014-07-30Fixed #23107 -- Made runserver output respect --no-color.areski
2014-07-30Forwardported 1.6.6 release note for #19107.Tim Graham
2014-07-30Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
2014-07-29Fixed #23129 -- Added 'true' and 'false' to `NullBooleanField`.Kit La Touche
2014-07-29Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-07-29Fixed #23127: south_migrations note in docsAndrew Godwin
2014-07-29Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-29Fixed #23101: Prefer doing deletes before creates in autodetector.Andrew Godwin
2014-07-29Fixed a typo in the admin documentation.David Arcos
2014-07-29Fix soft_applied in a way that doesn't break testsAndrew Godwin
2014-07-29Make detect_soft_applied exit correctly on non-create migrationsAndrew Godwin
2014-07-29Forwardported 1.6.6 release notes for refs #20292.Tim Graham
2014-07-29Fixed #23079 -- Added data loss issues to those that will be backported to LTS.Tim Graham
2014-07-29Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
2014-07-29Fixed #22962 -- Default values for ArrayField with migrations.Marc Tamlyn
2014-07-29Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
2014-07-29Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
2014-07-28Fixed #23121: AlterModelOptions operation not changing state rightAndrew Godwin
2014-07-28Fixed #23100: Individual FK creation missing dependenciesAndrew Godwin
2014-07-28Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-28Fixed #23102 -- Documented that sql* commands now respect allow_migrate().Gabriel Muñumel
2014-07-28Fixed #23113 -- ChoiceInput.render should take specified attrs into account.Simon Charette
2014-07-28Fixed #23074 -- Avoided leaking savepoints in atomic.Aymeric Augustin
2014-07-27Fixed #23062 -- Documented how to create superuser.Aymeric Augustin
2014-07-27Correctly remove extraneous text about keys from previous edit.James Bennett
2014-07-27Update from key ID in security.txt to authorized release keys list.James Bennett
2014-07-27Fixed #23098 -- Checked that lazy choices are not evaluated too soonFlorian Apolloner
2014-07-27Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-26Fixed #22979 -- Moved bug* testsTushar Bhatia
2014-07-26Fixed #23106 -- Updated class-based view reference title.David Hoffman
2014-07-26Fixed #23101 db_table wasn't copied in deconstructAbraham Martin
2014-07-26Fixed #22944: Bad dependency on FK alteration in autodetectorAndrew Godwin