Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #23893: Added tzinfo to constant datetime in unit testMichael Hall2014-12-161-0/+1
| | | | | | Added tzinfo to y2k constant (01/01/2000) in custom_lookups.tests.DateTimeLookupTests.test_datetime_output_field to fix warning message regarding naive datetimes.
* Fixed #23911 -- Added support for buffer file uploads in ↵Thomas Tanner2014-12-041-0/+1
| | | | the test client
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-031-0/+1
|
* Added GDAL prototypes for raster supportDaniel Wiesmann2014-12-021-0/+1
| | | | Refs #23804.
* Fixed #23423 -- Added unaccent lookup in ↵Thomas Chaumeny2014-11-291-0/+1
| | | | django.contrib.postgres
* Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap2014-11-281-0/+1
| | | | | If no changes that need migrations are found, `makemigrations --exit` exits with error code 1.
* Fixed #23844 -- Used topological sort for migration ↵Patryk Zawadzki2014-11-201-0/+1
| | | | | | | | | | | | | | | operation dependency resolution. This removes the concept of equality between operations to guarantee compatilibity with Python 3. Python 3 requires equality to result in identical object hashes. It's impossible to implement a unique hash that preserves equality as operations such as field creation depend on being able to accept arbitrary dicts that cannot be hashed reliably. Thanks Klaas van Schelven for the original patch in 13d613f80011852404198dfafd1f09c0c0ea42e6.
* Revert "Use topological sort for migration operation ↵Tim Graham2014-11-151-1/+0
| | | | | | | | dependency resolution" This commit broke the tests on Python 3. This reverts commit 13d613f80011852404198dfafd1f09c0c0ea42e6.
* Fixed #14030 -- Allowed annotations to accept all ↵Josh Smeaton2014-11-151-0/+1
| | | | expressions
* Use topological sort for migration operation dependency ↵Klaas van Schelven2014-11-151-0/+1
| | | | | | resolution rather than an ad-hoc algorithm
* Fixed #23750 -- Allowed core.checks.register to be used ↵averybigant2014-11-111-0/+1
| | | | as a function
* Fixed #5405 -- Added admindocs support for reStructured ↵Zan Anderle2014-11-031-0/+1
| | | | | | text in model docstrings Thanks elvard and gkmngrgn for work on the patch and Markus H. for review.
* Fixed #23715 -- Prevented urlize from treating a ↵Markus Holtermann2014-10-311-1/+1
| | | | | | trailing ! as part of an URL Thanks to 57even for the report.
* Added Bashar Al-Abdulhadi to AUTHORSBashar Al-Abdulhadi2014-10-151-0/+1
| | | made django 100% arabized https://www.transifex.com/projects/p/django/language/ar/ , https://twitter.com/_Bashar/status/468845303668695040
* Added Jaap Roes to AUTHORSJaap Roes2014-10-101-0/+1
|
* Updated my AUTHORS entry.Batiste Bieler2014-10-101-1/+1
|
* Add myself to AUTHORS and register authorship of ed37f7eAndré Ericson2014-10-071-0/+1
| | | | | This commit is a record that ed37f7e was my contribution. Thanks Loic Bistuer for reviewing it.
* Refactored model lookup tests; refs #18586.Browniebroke2014-10-071-0/+1
|
* Fixed #23569 -- Allowed using configs besides dictConfig ↵Seth Hill2014-09-301-0/+1
| | | | in LOGGING_CONFIG.
* Refactored m2m_through tests. Refs #18586Davide Ceretti2014-09-251-0/+1
| | | | Refactored old tests that were rewritten 1:1 from doctests.
* Fixed #23370 -- defer() + select_related() crashed with ↵Akis Kesoglou2014-08-301-0/+1
| | | | inherited models.
* Alphabetized AUTHORS by first name.Halit Alptekin2014-08-251-577/+577
|
* Fixed #23316 -- Added datetime.time serialization in ↵Lee Sanghyuck2014-08-191-0/+1
| | | | migrations.
* Fixed #22646: Added support for the MySQL ssl-ca option ↵zsoldosp2014-08-141-0/+1
| | | | to dbshell.
* Fixed #16311 -- Added a RelatedOnlyFieldListFilter class ↵Stanislas Guerra2014-08-041-0/+1
| | | | in admin.filters.
* Fixed #22808 -- Made ModelMultipleChoiceField validation ↵Niclas Olofsson2014-07-311-0/+1
| | | | | | more robust to invalid data types.. Thanks Mattias Lindvall for the report and inital patch.
* Fixed #23078 -- Regression in update_contenttypes() ↵Nick Sandford2014-07-231-0/+1
| | | | | | interactivity. Thanks raymond at adaptiv.nl for the report.
* Removed primary authors section from AUTHORS.Tim Graham2014-07-101-52/+45
|
* Fixed an alphabetization in AUTHORSEric Palakovich Carr2014-07-061-1/+1
| | | | "Eric Palakovich Carr" should be sorted by "P", not "C".
* Fixed #22940 -- Added missing string iterpolation ↵Colin Wood2014-07-021-0/+1
| | | | | | parameters in migrations.writer error. Forwardport of f5740af868 from stable/1.7.x
* Fixed #22756 -- Added view name to technical 404 ↵Julia Matsieva2014-06-301-0/+1
| | | | | | template if Http404 is raised. Thanks Keryn Knight for the suggestion.
* Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo2014-06-201-0/+1
| | | | | It makes possible to have your sitemap in multiple languages when using i18n in URLs.
* Refs #12663 -- Added tests for methods in db.models.options.Daniel Pyrathon2014-06-191-0/+1
| | | | Thanks Russell Keith-Magee and Tim Graham for reviews.
* Fixed #22778 -- Added a model Meta option to define ↵Renaud Parent2014-06-181-0/+1
| | | | | | default_related_name. Thanks jorgecarleitao and mmardini for reviews.
* Fixed #22349 -- Added a note clarifying `RawQuerySet` ↵Moayad Mardini2014-06-121-0/+1
| | | | | | has no `__len__`. Thanks cdestigter for the report.
* Added note to alphabetize AUTHORS.Tim Graham2014-06-111-0/+1
|
* Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte2014-06-101-1/+1
|
* Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple2014-06-061-0/+1
|
* Fixed #11776 -- Added CSS class for non-field/top of ↵Nick Presta2014-06-021-0/+1
| | | | | | form errors. Thanks Daniel Pope for the suggestion.
* Fixed #22684 -- Added `empty_label` option on ↵Guillaume Pannatier2014-05-281-0/+1
| | | | | | `django.forms.extras.widets.SelectDateWidget` Thanks danielsamuels for the report
* Fixed #22502 -- Fixed microseconds/default/form interactionStephen Burrows2014-05-101-0/+1
| | | | | | Made explicit lack of microsecond handling by built-in datetime form fields. Used that explicitness to appropriately nix microsecond values in bound fields. Thanks Claude Paroz for the review.
* Refactored DjangoTranslation classDoug Beck2014-04-301-0/+1
| | | | Also fixes #18192 and #21055.
* Fixed #22328 -- Added --exclude option to ↵Ana Krivokapic2014-04-261-0/+1
| | | | compilemessages and makemessages.
* Fixed #21760 -- prefetch_related used an inefficient ↵valtron2014-04-121-0/+1
| | | | | | query for reverse FK. Regression introduced by commit 9777442. Refs #21410.
* Fixed #22306 -- Deprecated future versions of cycle and ↵Maxime Turcotte2014-03-281-0/+1
| | | | firstof template tags.
* Fixed #22001 -- Ensure db_type is respected.Marc Tamlyn2014-03-141-0/+1
| | | | | | | | | | db_parameters should respect an already existing db_type method and return that as its type string. In particular, this was causing some fields from gis to not be generated. Thanks to @bigsassy and @blueyed for their work on the patch. Also fixed #22260
* Fixed #22206 -- Passed models.TextField.max_length to ↵Chris Wilson2014-03-051-0/+1
| | | | forms.CharField.maxlength
* Fixed #22172 -- Allowed index_together to be a single ↵Anubhav Joshi2014-03-011-0/+1
| | | | | | list (rather than list of lists).. Thanks EmilStenstrom for the suggestion.
* Fixed #22002 -- Documented avoiding database interaction ↵Zbigniew Siciarz2014-02-151-0/+1
| | | | | | in AppConfig.ready(). Thanks Marc Tamlyn for the suggestion.
* Fixed #19299 -- Fixed Nullification of Foreign Keys To ↵Albert Wang2014-02-151-0/+1
| | | | | | | CharFields Thanks tunixman for the report and Baptiste Mispelon and Shai Berger for reviews.