summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add link to the code of conduct from contributing guides.link-to-code-of-conductJacob Kaplan-Moss2015-04-172-0/+12
* Forwardported 1.8.1 release note.Tim Graham2015-04-171-0/+3
* Fixed #24657 -- Fixed include template tag example.Tim Graham2015-04-171-2/+4
* Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz2015-04-177-26/+80
* Fixed gis_tests when run without GIS dependencies.Tim Graham2015-04-161-2/+2
* Fixed #24646 -- Fixed jinja2 example on Python 2.Tim Graham2015-04-161-0/+2
* Fixed fixtures tests failure on Python 2 with non-ASCII path.Tim Graham2015-04-161-1/+1
* Fixed #21652 -- Added notification when processing objects in loaddataYitzhak Clark2015-04-162-1/+18
* Fixed #24605 -- Fixed incorrect reference to alias in subquery.Anssi Kääriäinen2015-04-165-9/+55
* Fixed #23984 -- Added Javascript i18n documentationDaniel Lindsley2015-04-161-7/+110
* Fixed #24644 -- Added HTTP_ACCEPT to example headers list.Abdulrahman Alotaibi2015-04-161-2/+3
* Fixed #24645 -- Documented use of HStoreExtension.Tim Graham2015-04-161-0/+6
* Fixed #24615 -- ordering by expression not part of SELECTAnssi Kääriäinen2015-04-165-1/+25
* Removed code duplication between AdminSite.index() and app_index().Riccardo Magliocchetti2015-04-151-83/+70
* Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti2015-04-1511-46/+50
* Fixed model_fields tests to use django TestCase.Jon Dufresne2015-04-151-4/+5
* Fixed typos in the 1.7.7 release notes.Simon Charette2015-04-141-2/+2
* Refs #24385 -- Added tests for distinct sum issue fixed in c7fd9b242d2d63406f...Edward Henderson2015-04-141-0/+14
* Fixed #24593 -- Fixed number formatting of readonly IntegerFields in the admin.Eric Rouleau2015-04-142-1/+7
* Removed docs for removed transaction APIs.Tim Graham2015-04-144-234/+2
* Fixed #24277 -- Added exception when dict used in QuerySet filteringAlex Wilson2015-04-142-0/+6
* Fixed title in 1.7.8 release notesMarkus Holtermann2015-04-141-1/+1
* Fixed #24635 -- Updated deprecated urls.py examples in default project template.Andrew Pinkham2015-04-142-4/+20
* Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell2015-04-144-1/+16
* Added tests with number fields for admin.utils.display_for_field().Eric Rouleau2015-04-141-1/+17
* Moving myself to past team members sectionPreston Holmes2015-04-141-13/+14
* Added missing periods in migrate help messages.Joe Borg2015-04-141-2/+2
* Fixed #24603 -- Allowed Context.update() to be used as a context manager.Tommy Beadle2015-04-144-2/+32
* Fixed typos in docs/ref/templates/api.txtTim Graham2015-04-141-4/+4
* Fixed #12199 -- Added the ability to use "as" with the firstof template tag.Craig Oldford2015-04-144-4/+31
* Fixed formatting in docs/ref/templates/builtins.txtMaxime Lorant2015-04-141-7/+7
* Refs #24625 -- Filtered docutils warnings output in testsMarkus Holtermann2015-04-141-3/+6
* Update to indicate GDAL 1.11 is supported.Justin Bronn2015-04-131-5/+5
* Update PROJ.4 source instructions to use 4.9.1.Justin Bronn2015-04-131-7/+7
* Update link to use GEOS 3.4.2 in source installation docs.Justin Bronn2015-04-131-4/+4
* I'm back in Texas.Justin Bronn2015-04-131-1/+1
* Fixed #24611 -- Fixed update() crash with related UUID pk object.Jay Wineinger2015-04-134-1/+25
* Fixed #24621 -- Fixed and documented SessionBase.pop's second argumentAdam Zapletal2015-04-132-4/+4
* Fixed typo in docs/howto/deployment/wsgi/apache-auth.txtAfriza N. Arief2015-04-131-1/+1
* Fixed #24625 -- Prevented arbitrary file inclusion in admindocsMarkus Holtermann2015-04-115-1/+18
* Fixed #24624 -- Replaced obsoleted rel.opts in admindocs viewClaude Paroz2015-04-113-2/+20
* Fixed #24514 -- Made migration writer omit models import if it's unused.Christopher Luc2015-04-102-2/+26
* Fixed typo in docs/ref/contrib/admin/index.txtandredelorme2015-04-091-1/+1
* Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz2015-04-095-4/+40
* Fixed #19820 -- Added more helpful error messages to Python deserializer.Richard Eames2015-04-094-17/+228
* Fixed #24609 -- Made ConcatPair use CONCAT_WS() on MySQLAdam Chainz2015-04-091-1/+3
* Refs #24568 -- Added Read the Docs step to the release checklist.Baptiste Mispelon2015-04-092-0/+8
* Removed unused methods in GIS adapter.Tim Graham2015-04-092-6/+0
* Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields.Tim Graham2015-04-093-1/+15
* Merge pull request #4469 from funkybob/feature/test-tidiesMarc Tamlyn2015-04-092-53/+40
|\