Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #22306 -- Removed cycle/firstof template tags from "...Tim Graham2015-09-243-86/+8
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-243-334/+3
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-246-312/+2
* Refs #24351 -- Removed support for the old allow_migrate(...Tim Graham2015-09-243-61/+1
* Added stub 1.10 release notes.Tim Graham2015-09-242-0/+389
* Bumped version; master is now 1.10 pre-alpha.Tim Graham2015-09-242-3/+3
* Updated man page for Django 1.9 alpha.Tim Graham2015-09-241-53/+200
* Fixed #25386 -- Warned about differences between Engine a...Tim Graham2015-09-241-0/+7
* Fixed #25378 -- Improved tab through experience in admin.Ryan Allen2015-09-234-43/+90
* Fixed #25448 -- Eased GISLookup subclassing with custom l...Claude Paroz2015-09-231-2/+8
* Added some more links in form field docsClaude Paroz2015-09-231-5/+6
* Refs #18081 -- Asserted db constraints are created for fk...Simon Charette2015-09-231-0/+30
* Fixed #25453 -- Reworded makemigration's ask_not_null_alt...Benjamin Wohlwend2015-09-231-2/+2
* Fixed typo in docs/topics/db/examples/one_to_one.txtDon Kirkby2015-09-231-1/+1
* Fixed #25407 -- Removed network dependency in GeoIP tests.Anton Baklanov2015-09-232-7/+34
* Refs #25373 -- Doc'd logging of exceptions during {% incl...Tim Graham2015-09-231-2/+8
* Refs #24526 -- Made the django logger handle INFO messages.Tim Graham2015-09-234-3/+34
* Fixed #25410 -- Fixed empty ClearableFileInput crash on P...Tim Graham2015-09-233-27/+13
* Refs #21927 -- Added examples to urls.include() changes i...Tim Graham2015-09-231-6/+50
* Fixed #25439 -- Added `SUCCESS` style to termcolor palettesMatt Deacalion Stevens2015-09-231-0/+3
* Fixed #25447 -- Emphasized the need to restart dev server...Henry Jordan2015-09-231-2/+6
* Refs #24115 -- Added docs for password updates on bcrypt ...Tim Graham2015-09-231-3/+7
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-2215-67/+247
* Added link to Babel's message extracting functionality.Rik2015-09-221-2/+3
* Recommended against default_app_config.Aymeric Augustin2015-09-221-0/+8
* Refs #23813 -- Moved URLconfs into module and tidied docs...Alasdair Nicol2015-09-2210-53/+35
* Fixed #25373 -- Added warning logging for exceptions duri...Nick Johnson2015-09-224-8/+75
* Refs #18773 -- Improved template variable exception loggi...Nick Johnson2015-09-222-8/+22
* Added "readded" to the docs wordlist.Tim Graham2015-09-211-0/+1
* Fix import sorting problem.Aymeric Augustin2015-09-211-3/+2
* Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin2015-09-214-11/+25
* Documented "rel objects".Aymeric Augustin2015-09-211-0/+11
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-2110-58/+61
* Added comments in related instances descriptors.Aymeric Augustin2015-09-211-6/+23
* Documented related models descriptors.Aymeric Augustin2015-09-211-14/+141
* Fixed #22341 -- Split django.db.models.fields.related.Aymeric Augustin2015-09-213-1191/+1213
* Fixed #15760 -- Added JavaScript events for admin inline ...ramez2015-09-217-9/+114
* Fixed #25431 -- Readded inline foreign keys to modelforms...Claude Paroz2015-09-213-5/+12
* Corrected docstring in core.urlresolvers module.Matt Deacalion Stevens2015-09-211-3/+2
* Fixed #24688 -- Added Oracle support for new-style GIS fu...Jani Tiainen2015-09-216-28/+128
* Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol2015-09-2111-1/+194
* Fixed #12856 -- Documented BoundField API.Moritz Sichert2015-09-213-75/+165
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-2115-377/+522
* Removed obsolete supports_* auth backend attributes in testsClaude Paroz2015-09-201-6/+0
* Fixed #25296 -- Prevented model related object cache poll...Raphael Merx2015-09-202-0/+8
* Fixed typo in "pbkdf2" test names.Tim Graham2015-09-201-2/+2
* Refs #25135 -- Corrected the timeline section of allow_ta...Tim Graham2015-09-201-3/+3
* Removed unused sections in 1.9 release notes.Tim Graham2015-09-201-35/+0
* Alphabetized a few sections in the 1.9 release notes + ma...Tim Graham2015-09-201-85/+89
* Used more specific assertion in check_framework tests.Alasdair Nicol2015-09-201-2/+2