Changes between Version 17 and Version 18 of new_meta_api
- Timestamp:
- Jul 11, 2014, 8:58:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
new_meta_api
v17 v18 332 332 https://github.com/PirosB3/django/blob/soc2014_meta_refactor_upgrade_flags_get_field/django/db/models/options.py#L423 333 333 334 Now, only 1 small loop is needed. 334 Now, only 1 much smaller loop is needed. 335 335 336 336 337 ==== Benchmarks … … 338 339 against django/master 339 340 341 Djangobench: each number was picked as median of 2000 trials. 340 342 https://gist.github.com/PirosB3/35a9231ee0214427321d 343 344 ==== Backwards compatibility 345 All previous _meta functions will be backwards-compatible, with a DeprecationWarning. 346 347 348 ==== Next Steps 349 - Feedback 350 - Code cleanup and code documentation 351 - Django manual documentation 352 - Decide deprecaction strategy 353 - More benchmarking 354 - Merge