summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez2014-12-221-0/+1
|
* Fixed #23983 -- Fixed a crash in migrations when adding ↵Andriy Sokolovskiy2014-12-161-0/+1
| | | | order_with_respect_to to non-empty table.
* 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 the test clientThomas Tanner2014-12-041-0/+1
|
* Fixed #23768 -- Rewrote template tests as unit tests.Preston Timmons2014-12-021-0/+1
|
* Added GDAL prototypes for raster supportDaniel Wiesmann2014-12-021-0/+1
| | | | Refs #23804.
* Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny2014-11-281-0/+1
|
* 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 operation dependency ↵Patryk Zawadzki2014-11-201-0/+1
| | | | | | | | | | | | | | | 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 dependency resolution"Tim Graham2014-11-151-1/+0
| | | | | | This commit broke the tests on Python 3. This reverts commit 13d613f80011852404198dfafd1f09c0c0ea42e6.
* Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton2014-11-151-0/+1
|
* Use topological sort for migration operation dependency resolutionKlaas van Schelven2014-11-151-0/+1
| | | | rather than an ad-hoc algorithm
* Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant2014-11-111-0/+1
|
* Fixed #5405 -- Added admindocs support for reStructured text in model docstringsZan Anderle2014-11-031-0/+1
| | | | Thanks elvard and gkmngrgn for work on the patch and Markus H. for review.
* Fixed #23715 -- Prevented urlize from treating a trailing ! as part of an URLMarkus Holtermann2014-10-311-1/+1
| | | | 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-081-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 in LOGGING_CONFIG.Seth Hill2014-09-301-0/+1
|
* Refactored m2m_through tests. Refs #18586Davide Ceretti2014-09-261-0/+1
| | | | Refactored old tests that were rewritten 1:1 from doctests.
* Fixed #23370 -- defer() + select_related() crashed with inherited models.Akis Kesoglou2014-08-301-0/+1
|
* Alphabetized AUTHORS by first name.Halit Alptekin2014-08-241-577/+577
|
* Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck2014-08-191-0/+1
|
* Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.zsoldosp2014-08-131-0/+1
|
* Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra2014-08-041-0/+1
|
* Fixed #22808 -- Made ModelMultipleChoiceField validation more robust to ↵Niclas Olofsson2014-07-311-0/+1
| | | | | | invalid data types.. Thanks Mattias Lindvall for the report and inital patch.
* Fixed #23078 -- Regression in update_contenttypes() interactivity.Nick Sandford2014-07-231-0/+1
| | | | 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-051-1/+1
| | | | "Eric Palakovich Carr" should be sorted by "P", not "C".
* Fixed #22940 -- Added missing string iterpolation parameters in ↵Colin Wood2014-07-021-0/+1
| | | | | | migrations.writer error. Forwardport of f5740af868 from stable/1.7.x
* Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.Julia Matsieva2014-06-301-0/+1
| | | | 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 default_related_name.Renaud Parent2014-06-181-0/+1
| | | | Thanks jorgecarleitao and mmardini for reviews.
* Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.Moayad Mardini2014-06-121-0/+1
| | | | 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-051-0/+1
|
* Fixed #11776 -- Added CSS class for non-field/top of form errors.Nick Presta2014-06-021-0/+1
| | | | 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 compilemessages and makemessages.Ana Krivokapic2014-04-261-0/+1
|
* Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.valtron2014-04-131-0/+1
| | | | Regression introduced by commit 9777442. Refs #21410.
* Fixed #22306 -- Deprecated future versions of cycle and firstof template tags.Maxime Turcotte2014-03-281-0/+1
|
* 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 forms.CharField.maxlengthChris Wilson2014-03-051-0/+1
|
* Fixed #22172 -- Allowed index_together to be a single list (rather than list ↵Anubhav Joshi2014-03-011-0/+1
| | | | | | of lists).. Thanks EmilStenstrom for the suggestion.