Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #22306 -- Removed cycle/firstof template tags from "...Tim Graham2015-09-241-66/+0
* Refs #12663 -- Removed deprecated Model._meta methods.Tim Graham2015-09-241-156/+3
* Removed SubfieldBase per deprecation timeline.Tim Graham2015-09-242-64/+0
* Refs #24351 -- Removed support for the old allow_migrate(...Tim Graham2015-09-241-23/+1
* Bumped version; master is now 1.10 pre-alpha.Tim Graham2015-09-241-1/+1
* 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
* Fixed #25453 -- Reworded makemigration's ask_not_null_alt...Benjamin Wohlwend2015-09-231-2/+2
* Refs #24526 -- Made the django logger handle INFO messages.Tim Graham2015-09-231-0/+1
* Fixed #25410 -- Fixed empty ClearableFileInput crash on P...Tim Graham2015-09-231-8/+0
* Fixed #25439 -- Added `SUCCESS` style to termcolor palettesMatt Deacalion Stevens2015-09-231-0/+3
* Fixed #24509 -- Added Expression support to SQLInsertComp...Alex Hill2015-09-2210-59/+162
* Refs #23813 -- Moved URLconfs into module and tidied docs...Alasdair Nicol2015-09-221-5/+5
* Fixed #25373 -- Added warning logging for exceptions duri...Nick Johnson2015-09-221-0/+10
* Refs #18773 -- Improved template variable exception loggi...Nick Johnson2015-09-221-2/+7
* Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin2015-09-211-7/+0
* Documented "rel objects".Aymeric Augustin2015-09-211-0/+11
* Renamed descriptor classes for related objects.Aymeric Augustin2015-09-213-42/+46
* 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-212-9/+11
* Fixed #25431 -- Readded inline foreign keys to modelforms...Claude Paroz2015-09-211-5/+5
* 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-214-27/+119
* Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol2015-09-214-1/+91
* Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton2015-09-219-342/+315
* Fixed #25296 -- Prevented model related object cache poll...Raphael Merx2015-09-201-0/+3
* Fixed #25160 (again) -- Moved data loss check on reverse ...Aymeric Augustin2015-09-191-6/+0
* Refs #13110 -- Fixed mistakes in the new multiple enclosu...Unai Zalakain2015-09-191-1/+1
* Fixed #25424 -- Use force_str for test client URLs.Travis Jensen2015-09-191-1/+1
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-15/+44
* Fixed #24743, #24745 -- Optimized migration plan handlingMarkus Holtermann2015-09-192-27/+81
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-4/+18
* Fixed #24944 -- Added extra_email_context parameter to pa...sujayskumar2015-09-192-3/+7
* Fixed #13110 -- Added support for multiple enclosures in ...Unai Zalakain2015-09-192-24/+50
* Fixed #25417 -- Added a field check for invalid default v...Simon Charette2015-09-181-0/+17
* Fixed #24636 -- Added model field validation for decimal ...Iulia Chiriac2015-09-183-44/+76
* Refs #17785 -- Made docstring for sqlite3's get_relations...Hynek Cernoch2015-09-181-3/+2
* Fixed #25034 -- Converted caches ImproperlyConfigured err...Tom Christie2015-09-184-4/+20
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-0/+33
* Removed the unused JoinPromoter.outer_votes attribute.Simon Charette2015-09-171-8/+6
* Refs #24215 -- Fixed Python 3.5 compatiblity for unhandle...Tim Graham2015-09-172-5/+7
* Fixed #25400 -- Fixed regression in nonexistent features ...Daniel Hahler2015-09-171-3/+2
* Refs #25294 -- Moved BoundField to django.forms.boundfield.Moritz Sichert2015-09-166-227/+242
* Refs #25149 -- Fixed regression in admin datetime widget ...Gavin Wahl2015-09-161-1/+1
* Fixed #24496 -- Added CSRF Referer checking against CSRF_...Matt Robenolt2015-09-163-23/+45
* Fixed #25294 -- Allowed custom BoundFields on forms.Moritz Sichert2015-09-162-1/+9
* Fixed typo in django/core/cache/backends/base.py docstring.Matthew Crowson2015-09-161-1/+1
* Fixed #25404 -- Added line numbers to TemplateSyntaxError...Dave Smith2015-09-151-6/+16